A. Matías Quezada
A. Matías Quezada
I have a A* algorithm in my https://github.com/amatiasq/pathfinding repo, but I'm not an expert. I can clean it up for this.
This feature is called `as const` in TS: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html#const-assertions
I'm sorry I don't get what's `Existential Type` then. I got confused by the original post where: ```ts const FEATURES: $Immutable = { SORTING: 'Sorting', FILTERING: 'Filtering', REORDERING: 'Reordering' }...
Same error here, any progress?
Found it, it was a HTML parsing - JS timeout race condition. Pull request: https://github.com/s9tpepper/karma-cucumberjs/pull/14 In the meantime if you still have this issue you can use the repository where...
I just noticed there is a limit of 1 MB for API requests like this: https://github.com/taniarascia/takenote/blob/master/src/server/handlers/sync.ts#L88-L91 > This API returns blobs up to 1 MB in size. The requested blob...
The code is making the commit through the [Git Data API](https://docs.github.com/en/rest/reference/git) ([here](https://github.com/taniarascia/takenote/blob/master/src/server/handlers/sync.ts#L19-L72)) but when reading it's using the [Repositories API](https://docs.github.com/en/rest/reference/repos#get-repository-content) as you can see in the link I sent before....
Well it is staled but it's not "completed" :\
Sorry I've moved away from Vite and this problem, in general I'd advocate against dynamic imports but this looks like a good fit so I don't know how can it...
Sadly no, the type definitions emerge from the implementation I can publish a `@types/scad-js` package but I won't be available to maintain it, though, since I'm branching off `scad-js`'s public...