-
Like in #281 based on extensions
```dart
abstract class Serializable { dynamic toJson(); }
class Explicit implements Serializable { toJson() => 'Explicit'; }
class Implicit { toJson() => 'Implicit…
-
Considering a rewrite, possibly in another language.
As such, I'll be pausing development on the `sql-parser` branch temporarily, reserving the right to walk back on this decision, and starting on …
-
* Name of dataset: Adobe Visual Font Recognition (VFR)
* URL of dataset: https://www.dropbox.com/sh/o320sowg790cxpe/AADDmdwQ08GbciWnaC20oAmna?dl=0
* License of dataset:
https://www.dropbox.com/sh/…
-
### 🐛 Describe the bug
```
class StyleGAN2GeneratorCSFT(StyleGAN2GeneratorClean):
"""StyleGAN2 Generator with SFT modulation (Spatial Feature Transform).
It is the clean version withou…
-
Forked NaNoGenMo, but no code yet.
-
# Bug report
### What I did
Added Phone field into setupCreateOperation and then use Inline create.
```
CRUD::field([
'label' => 'Phone number',
'name' => 'contact_…
-
If I try to build boost with `with_stacktrace_backtrace` disabled, I get an error during the `package_info()` step saying that `boost_stacktrace_backtrace` has been built but is not used on any module…
-
We now have, in essence, a parallelization that can run on the GPU.
The next goal is to parallelise to multiple GPUs and/or multiple CPUs. Since, as @ThomasWarford has pointed out, `pmap` does not…
-
Add a runtime discord command, that purely returns how many hours straight the bot has been running.
Checklist
- [X] Create `commands/runtime.py` ✓ https://github.com/brodycritchlow/Flipping-Bot/c…
-
I know we've discussed this before, but yesterday Andre and I were attempting to make some headway on one of our globular projects, and it prompts us to raise it again ...
-- We think globular should…
cdgls updated
7 years ago