Callum Macdonald
Callum Macdonald
Adding some context, I think the issue is with the types: https://cdn.esm.sh/v69/[email protected]/index.d.ts ``` // TypeScript Version: 3.2 /// import * as fs from 'https://cdn.esm.sh/v69/@types/node/fs.d.ts'; import { Readable } from 'https://cdn.esm.sh/v69/@types/node/stream.d.ts';...
The list of test urls in `.md` and `.html` is a great resource. If this code was running in a package maybe we could also write unit tests for those...
Hmm, more experimenting, uninstalling and reinstalling packages and maybe I am seeing the highlighting in `.coffee` files and partially in `.litcoffee` files. Somehow there seems to be a lot more...
@tkrajina That's neat, thanks. Yeah, with this and some filtering I could probably write some simple aliases to switch directories, run the command, and then switch back. Or a bash...
Would it be crazy to suggest keeping asimov as simple as possible? I have written all kinds of open source software myself, and the maintenance is always hard work. Sometimes...
Any update on adding this? It took me a while to figure out what was going on because the project descriptions and readmes look identical for the first few lines....
I came across another issue with collection2 / simple schema. When using `softRemovable()`, the schema must have the `removed` and `removedAt` fields, and they have to allow types `Boolean` and...
@wumpus That's a great point. If the rules were in a code agnostic format (I personally like your suggestion of using YAML) then we could interop on the rules without...
I had this project on my "I really want to do this" list for a while, but by now I have to accept that it's unlikely I'll get any time...
@lstkz I just had a look at the source for `pathOr`. Oh wow! I think my typescript fu is not quite at the point where I can contribute. I struggle...