-
## Issue description
I have the following `flake.nix`:
```
{
inputs = { utils.url = "github:numtide/flake-utils"; };
outputs = { self, nixpkgs, utils }:
utils.lib.eachDefaultSystem (sy…
-
[GTFS-RT](https://developers.google.com/transit/gtfs-realtime/) (RT abbreviating Real Time) is an official extension of GTFS that allows agencies to push live updates to consumers about trip updates, …
-
Hi, I'm a newbie, so I apologize if this question is in the wrong place. I'm trying to use mach-nix in this `flake.nix`
```
{
outputs = {self, nixpkgs}:
let
mach-nix = import (buil…
-
In Invent parlance, a `Task` is simply a promise/deferred/future type thing that represents some computation that is yet to produce a result.
We need to clearly specify how this works, in two ways:
…
ntoll updated
5 months ago
-
In Visual Basic you can specify a project level `Import`, which prevents you from having to import the same thing in all code files. It would be nice if Nemerle supported this.
-
When writing a comment, the closing parens is ergonomically on the next line, to work easily with the last form.
Reformatting moves it up. In [Clover](https://github.com/mauricioszabo/clover) there's…
clyfe updated
3 years ago
-
*Issue migrated from trac ticket # 810*
**component:** wxMSW | **priority:** low | **keywords:** tab key-event
#### 2003-02-20 21:53:26: sf-anonymous created the issue
___
Controls on a window hav…
-
## Background
A while ago, we added `service` as a tag (#119). This is overly simplistic and has high probability for user confusion.
## Problem
The problem is we scoped it as a tag specifically…
-
Wrapper types are a mess. The classic example is that `TrackedArray{Adjoint{Array}}` is no longer seen as an `Adjoint` and Tracker.jl needed special overloads for handling adjoint arrays. Two deep you…
-
With defsnippet and a selector like [:div#content :> :*], nth-of-type should still work for elements that are now without parent.