CMake Warning (dev) at CMakeLists.txt:383 (message):
GAME_CLIENT is not alphabetically sorted
Call Stack (most recent call first):
CMakeLists.txt:391 (set_glob)
CMakeLists.txt:2161 (set_src)
This warning is for project developers. Use -Wno-dev to suppress it.
hu?find . -type f | sort
| sort
LC_ALL=C
| LC_ALL=C sort
const
just means "constant after initialization"auto
keyword is another caseauto
keyword is another case auto
keyword?auto
1) The auto specifier was only allowed for objects declared at block scope or in function parameter lists. It indicated automatic storage duration, which is the default for these kinds of declarations. The meaning of this keyword was changed in C++11.
(until C++11)
Iterator<Item=u32>
write
function is part of io::Write
#[derive(Hash)]
std::hash
implementationfn greet_people(time: Res<Time>, query: Query<&Name, With<Person>>) {
for name in &query {
println!("hello {}!", name.0);
}
}
std::optional<T>
โค๏ธstd::optional<T>
โค๏ธ Option<T>
. If only you'd used ruststd::expected<T,U>
โค๏ธOption<T>
. If only you'd used rust char *pBuffer
then it needs to insert the arguments (there is no other way to pass them to the caller). It means that the caller can not apply the translation. It means that e.g. recorded demo 'll have the localized text instead of e.g. English.Vec<Either<Ban, FreeListNode>>
?Ban
is deleted, replace it with a FreeListNode
that is linked to a list of free nodes. That gives you O(1) insert, O(1) deletionEither<Ip, FingerPrint>
? *** text
watch make
to always compile with one core in the bg while editing the codeCComponent
s are loaded? (edited)CGameClient
IIRCOnInit
etc.? (edited)CGameClient
OnInit
etc.? (edited)Ctrl+Shift+U
to find the usages. (edited)rg OnInit
, although that might have false positives-N
/--shell=none
option to disable the shell completely.
Benchmark 2: grep -R OnInit src/
Time (mean ± ฯ): 860.2 ms ± 3.6 ms [User: 784.3 ms, System: 75.5 ms]
Range (min โฆ max): 855.3 ms โฆ 865.3 ms 10 runsfd
, not sure if that's rust, tooCtrl+Shift+U
to find the usages. (edited)%0 = memref.alloc() : memref<8x64xf32, 1>
git reset HEAD~1
), and want to git commit
again, but with Ryo as the author (possibly myself as co-author to note that I did changes)git reset HEAD~1
), and want to git commit
again, but with Ryo as the author (possibly myself as co-author to note that I did changes) for(auto &Switcher : Switchers())
-> for(auto &NintendoSwitch : Switches())
__recvfrom_nonblock': A non-blocking socket operation could not be completed immediately. - recvfrom(2) would block (IO::EWOULDBLOCKWaitReadable)
from C:/Ruby32-x64/lib/ruby/3.2.0/socket.rb:1275:in
recvfrom_nonblock'
from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/teeworlds_network-0.0.6/lib/teeworlds_client.rb:458:in tick'
from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/teeworlds_network-0.0.6/lib/teeworlds_client.rb:506:in
connection_loop'
from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/teeworlds_network-0.0.6/lib/teeworlds_client.rb:184:in `block in connect'gem uninstall teeworlds_network && gem install teeworlds_network
gem uninstall teeworlds_network
gem install teeworlds_network
not me spying on that open chatgpt tab
gratz! = i also love the daddy user (edited)"message='the message'"
insteadInvoke-RestMethod
Sv_CommandInfo
and Sv_CommandInfoRemove
from 0.7, which can be used to send all the available chat commands. These commands are then used for the tab completion in chat instead of using the hard-coded DDRace commands (it will still use them, if the server doesn't send any Sv_CommandInfo
netmsgs).
Closes #7524