











































/usr/bin/python3: can't open file '/tmp/gcc_mocks/g++.py': [Errno 2] No such file or directory




other/freetype/include/freetype/freetype.h:1671:3: error: '__declspec' attributes are not enabled; use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes


other/freetype/include/freetype/freetype.h:1671:3: error: '__declspec' attributes are not enabled; use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes







wasm-ld: error: unable to find library -lGLU























1










from pathlib import Path
for p in Path('.').rglob('*'):
p.?
















Analysis of scripts.data_hash (User) on depth 0 completed in 0.47 ms.
IntelliCode identified no likely completion items.


































































this conv is really pointless



array1.each do |dict1|
dict1.each do |key, array2|
array2.each do |el|
.. something useful with key and el
end
end
end
arr[4, 2]






arr(4,2)




















































Also it's not possible to move windows opened in the overlay e.g the friendslist, or steam browser










fs_listdir not returning full paths is kinda annoying









Path('data').rglob('*') works surprisingly nicely



c++
#include <filesystem>
using recursive_directory_iterator = std::filesystem::recursive_directory_iterator;
...
for (const auto& dirEntry : recursive_directory_iterator(myPath))
std::cout << dirEntry << std::endl;








[aac @ 0x7fc0eebda200] Too many bits 32768.000000 > 12288 per frame requested, clamping to max this was in the log, might want to look into that too














std::format...
















if(Client()->State() >= IClient::STATE_ONLINE)







69e6a8fa41b2a8fce0b6ffbf12a5a41229a3d3ae is the first bad commit




























Log of the transfer:
BEGIN TRANSACTION;
Traceback (most recent call last):
File "scripts/move_sqlite.py", line 104, in
main()
File "scripts/move_sqlite.py", line 101, in main
transfer(args.f, args.to)
File "scripts/move_sqlite.py", line 38, in transfer
cursor_to.execute(line)
sqlite3.OperationalError: table record_maps already exists
Should I be worried?
