-
My biggest current challenge recommending library authors to use ILogger in preference to EventSource is that their library may not use dependency injection. I mean this in the general sense that thei…
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current is…
-
TKG should do general testing env checks before and/or after running the test. Below are something we could take a look to see if we should implement:
- [x] diskspace (fail if we do not have enough…
llxia updated
5 months ago
-
See https://github.com/Kimundi/owning-ref-rs/pull/15#issuecomment-262142161
-
sfv implements parsing validation, per the rules in RFC 8941. For example, Tokens are checked for valid character usage in https://github.com/undef1nd/sfv/blob/master/src/parser.rs#L290
However, I …
-
Continuation of https://github.com/nodejs/node/pull/42334#issuecomment-1155270649.
Single Executable Application is one of the [technical priorities](https://github.com/nodejs/node/blob/master/doc/…
-
It would be great for all loaded dimensions in game to be automatically assigned a random position in the space dimension and the config to be used as an override setting.
A new config for world size…
-
The output screenshots seem impressive, especially the multi view landmark extraction, but I can't figure out how to run it from the code you have provided. Please help.
-
Using the following producer method for CommandBus
````
@Produces
@Typed(CommandBus.class)
@ApplicationScoped
public CommandBus commandBus(Configuration configuration) {
…
-
Rsyncable mode still uses the multiplicative rolling hash. It would likely get a large speedup by switching to the gear hash.