-
This is similar to a recently closed issue #85 regarding SWG's bouncing between X% -> 0 -> X%. I have been having this issue since updating to 1.3.6 although I am not convinced this version is defin…
-
Unable to start redshift 1.11 on Fedora 23 since yesterday:
``` text
$ redshift
Trying location provider `geoclue2'...
Using provider `geoclue2'.
Unable to start GeoClue client: GDBus.Error:org.freed…
-
Proposal: support non-structural typing (e.g. new user-defined base-types, or some form of basic nominal typing). This allows programmer to have more refined types supporting frequently used idioms su…
-
Creating a master topic to link to from our wiki/documentation for those wishing to contribute language templates/libraries.
We should be able to support all the same languages as the [WASM-4](http…
-
### Bug description
```nodejs
let shop = undefined; // shop is variable, and in some cases, it may be undefined
await prisma.theme.deleteMany({
where: {
shop,
}
})
```
I left out …
-
Hi! My issue / question revolves mainly around the [CC-BY-NC-SA-4.0][spdx-cc] license, though I guess it applies generally. It's about the (un?)importance of non-ASCII characters in international lice…
-
Composite literals construct values for structs, arrays, slices, and maps. They consist of a type followed by a brace-bound list of elements. e.g.,
``` go
x := []string{"a", "b", "c"}
```
I propose …
neild updated
3 weeks ago
-
@bkeepers : FYI people are continually asking for coloured text in this closed issue:
https://github.com/github/markup/issues/369
-
In an email discussion we came to the conclusion that it made sense to have multiple inheritance in Julia with one fairly simple restriction:
> If two abstract types are are used for dispatch in the …
-
Please forgive my bikeshedding, but I beg to differ with the "no wildcards" rule. My primary argument is that intellij does add wildcard imports in the default configuration, and I think I should not …