Explore tweets tagged as #fstring
Nah but why did they make a separate class for a simple fstring😭this is some down bad abstraction man
0
0
0
What I'm getting: I am expecting it to read some hard set data here from a string table. using: const FString TextDefinition = FText::FromStringTable("Game/Localization/Skills/ST_Skills_ENG","FireBolt").ToString(); Which is where it is stored if anyone has any advice appreciated
1
0
0
DAY 2 #100ofcode learn calculation, Fstring, and ultimately created a Tip calculator. Hopefully, by day 100 Poch will get Chelsea firing until then #python
0
0
1
Boost your #Python debugging efficiency with f-strings! In Python 3.8+, you can print variable names and their values effortlessly using the syntax f'{variable=}'. This feature simplifies your debugging process and makes your code cleaner. #Python #fString #Debugging
0
0
0
guys for the last time langchain is a fstring wrapper, preset prompts, runnable in python and wrappers around http api wrappers (hf hub, llm providers etc) there is no modelling in torch, no methods around transformers whatsoever lol
0
0
15
TIL: in #UE5 the "F" prefix, like in FString, actually stands for "float", at least it started like this.
2
10
61
🔧Reversing Unreal Engine's UKismetStringLibrary 📝Unreal Engine + Cheat Engine LUA 💻FString: Unreal Engine's wide-char array 📚Key Functions for Hacking Unreal Engine 🔄 Conv_NameToString: FName to FString 🏷️ Conv_ObjectToString for UObject 🔗 https://t.co/RaUd4WljA3
0
10
38
public: UFUNCTION(BlueprintCallable, Category = "Social Mechanics") int32 CalculateDopamineHit(const FString& Lure, const FDopaminePost& Post) const; }; 🤔
0
0
0
Petit tip Python/SQL : n'utilise pas de fstring pour construire tes query, mais plutôt des requêtes paramétrées. Sauf si tu veux t'exposer à des injections sql ou connaitre le plaisir de passer quelques heures (très agréables) à te battre avec des formats de données 🥰
3
2
12
I've just found out it's possible to have nested fstrings in Python. I needed this as I've got a list of values that I want to show as annotation in a plot/animation. When I simply pass on the whole list to `ax.text()` in @matplotlib, the fstring converts it to text but there's
1
0
9
شاید براتون پیش اومده که تو پایتون بخواید جای اسپیسهای درون متنتون یه چیزی بزارید یه کارکتر خاصی. خیلی چیز مسخرهای هستش که وقتی میتونیم از fstring استفاده کنیم بیایم از این روش آشغال استفاده کنیم ولی بهتون میگم 🤣 بفرمایید: #python #پایتون
0
0
4
So, before I only had that FString version at the top, which annoys me because a lot of the time you interact with this you just have a statically allocated char*, so having to allocate a whole FString for it feels unnecessary
1
0
0
DO NOT DO ANY OUTPUT FORMATTING UNTIL THE END "its so easy to fstring/template string" DOESNT MEAN YOU SHOULD keep things in structured format all the way basically until the point of reading debugging output formatting its own form of hell
0
0
2
If you are building unreal from source and come across a line 513 error concerning SteamVRInputDeviceFunctionLibrary.cpp , just open the .cpp file and add FString::Printf rignt in front of (TEXT... , build again and watch the error disappear. #UnrealEngine #GameDev #visualstudio
0
1
1
Day 78/180 ✅ Watch python string #youtube video @CoreyMSchafer ✅ Again do all last 3 string problems using other ways like two pointer & inbuilt functions Topics need to learn for strings in python ✅ Play with textual data ✅ Slicing, string formatting (format & fstring)👇
1
0
6
Due to attention to frozen repo, here is current code: FormatLog is big char[] + size for formatting, FString for holding, in process. KISS. Working with project every day, just wasn't in the mood for posting, will catch it up soon. #cppdev #indiedev #gamedev #indiegame #solodev
0
2
19
大元のソースから自作モジュールをインポート。 更にその自作モジュールも別の自作モジュールをインポートする場合、添付のコードをこの順番で書かないとエラーになってしまう。 fstringは別の自作モジュール。ソースは自作モジュール。 #Python #プログラム初心者 #駆け出しエンジニアと繋がりたい
0
0
3