Chance Snow

Results 36 issues of Chance Snow

@axetroy If you say there are too many options, why build out a `deno lint` at all? That's only adding more options. We already have a linting tool for linting...

discussion

A MM-DD-YYYY date format would be nice to have for users in the US.

`enforceEx` has been removed from the standard library: https://dlang.org/changelog/2.097.0.html#std-exception

Tracking https://github.com/etcimon/memutils/issues/19: > Compilation error with LDC 1.27.0-beta3: > > memutils-1.0.4\memutils\source\memutils\allocators.d(18,8): Error: module `std.exception` import `enforceEx` not found, did you mean template `std.exception.enforce(E : Throwable = Exception) if (is(typeof(new E("",...

Depends on #91.

![image](https://user-images.githubusercontent.com/635049/79323350-f0630d80-7ec2-11ea-8002-c1159196ec71.png) 1. Fresh launch 2. Start new plan 3. Draw a road (see annotation in screenshot) 4. Draw a road node to "outside border" with the double arrow that appears...

After downloading the 0.6.2-preview release, the executable fails to launch: > $ ./ConceptGraph ./ConceptGraph: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./ConceptGraph) My system has glibc `v2.27`. See godotengine/godot#31950, Godot...

I've saved an instance of `ConceptGraph3D` in its own scene, then instanced it from script, and added a new `Path` input. Then, I call the graph's `generate` function. ```gdscript var...

I'm trying to get a triangle going in my engine but experiencing _"Where's my triangle?"_ on macOS, so I thought to try switching from the default Metal backend to Vulkan/MoltenVK....

See this CI run: https://github.com/chances/teraflop-d/pull/11/checks?check_run_id=1817643809#step:8:41 I'm not sure if this is a problem with dsymbol directly, see https://github.com/dlang-community/dsymbol/issues/157 ``` core.exception.AssertError@../../../.dub/packages/dsymbol-0.11.3/dsymbol/src/dsymbol/modulecache.d(261): Assertion failure ``` https://github.com/dlang-community/dsymbol/blob/b8920c2a4593e24d1ced91f8f0bce9e50f598e4d/src/dsymbol/modulecache.d#L261