-
# Update 6/16/17: Looking for volunteers
The API shape has been finalized. However, we're still deciding on the best hash algorithm out of [a list of candidates](https://github.com/dotnet/corefx/is…
-
*Note: The title is slightly incorrect because it's hard to describe the behavior completely in a short title. The idea is for `a %% b` to be on the range `[0, b)`, so `a %% -3` would be on the range …
-
I saw what was mentioned in #135 and #136 and decided to try out the performance benchmarks for myself.
```
Selected samples: (1 of 1)
> lorem_1mb
Sample: lorem_1mb.txt (1000205 bytes raw / ~25…
-
Hello!
I was just wondering how I would go about using this with Nix Flakes, as in what module I would have to import in `nixpkgs.lib.nixosSystem.modules`? Would `mach-nix.nixosModules.mach-nix` wo…
-
Qt Creator requires python support from gdb / lldb debugger.
It would be great to have a fully toolchain on Windows 😄
-
Today we have an "all or nothing" approach to cleaning your build output and disabling this involves a (currently) undocumented MSBuild setting: `_FunctionsSkipCleanOutput`. We're seeing a handful of …
-
It would be ever so handy to have these options for the various elements that have this capability. As it is now, it appears to be only the portrait orientation. Would save having to do custom CSS med…
-
I suggest extending the current dependency feature to allow a job to depend on multiple jobs, not just one, so that it can be run only when all those jobs it depends on have succeeded.
jchia updated
3 years ago
-
Hello, I got an error when running this command: "./train.sh TrainPhase1" as follows:
`Entered virtualenv.
-------------------------------------------------------------------------------------------…
-
A simple test to send a form is strangely failling but it passes when I put a `sleep(1)` or debug is enabled via IDE.
Could it be a bug? Any idea?
Thanks.
My form:
```php