Steven Schveighoffer
Steven Schveighoffer
I currently have some types that have nullable values that come from a database. Let's say it's an id that's either null or not. ```D Nullable!int othertable_id; ``` If I...
Attempt to solve some of the bizarre situations we can get into when allocating a stack trace actually throws. Also fix an issue where an object invariant will segfault if...
**Describe the bug** The online steps to use the MULTIPASS_STORAGE data migration are missing some steps that render existing instances inoperable **To Reproduce** Ensure at least one instance exists in...
Using a basic build system, such as dub, when an error occurs, the resulting error is typically the only one that is shown. However, when using ninja, which is running...
I just came here to report a possible bug on ios, and noticed there already is one -- from 2020: #2246 I'm having the same problem, and people have continued...
When I turned on the access log for my vibe server that lives behind a proxy, I get for example: ``` 127.0.0.1:52152 - - 2023-Sep-09 08:17:54.4165897Z "GET /customers/job/?filter=%5B%5D HTTP/1.1" 403...
### System information ubuntu 22.04 latest dub ### Bug Description The use of pkg-config is unituitive and leads to extremely confusing behavior. When you use pkg-config, there is no guarantee...
If I bind an empty string which happens to point at `null`, the sqlite3 C library thinks I am setting it to null. Given how the d2sqlite3 library tries at...
The 5 types included in `ColumnData` are `long`, `double`, `string`, `immutable(ubyte)[]` and `typeof(null)`. There is no need to involve `std.Variant` for this. There's even a tag *in the ColumnData type*...
If you forget and use std.stdio.File as your input stream, then you get a weird error about GCNoPointerAllocator. ``` ../../../.dub/packages/iopipe/0.2.5/iopipe/source/iopipe/bufpipe.d(571,84): Error: initializer provided for struct `GCNoPointerAllocator` with no fields ../../../.dub/packages/iopipe/0.2.5/iopipe/source/iopipe/bufpipe.d(580,56):...