Josh Manders

Results 94 issues of Josh Manders

Since it's impossible to have an exact port of Semantic to Sass, we don't get all the benefits of it, so my attempt with this is to make more stuff...

enhancement
help wanted

I keep periodically getting this error. Using `[email protected]`. ``` Error: ENOENT: no such file or directory, rename '[...]/node_modules/geolite2-redist/dbs.geodownload/GeoLite2-City.mmdb' -> '[...]/node_modules/geolite2-redist/dbs/GeoLite2-City.mmdb' at Object.renameSync (node:fs:1032:11) at [...]/node_modules/geolite2-redist/dist/download-helpers.js:87:16 ```

Currently any version over 1.0.7' release artifacts all say 1.0.7 still. This breaks my ability to keep the version up to date with homebrew cask.

type:feature
component:drive
status:accepted

This shows up in the following contracts app side: - `contracts/drive.ts` - `contracts/hash.ts` - `contracts/mail.ts` - `contracts/redis.ts` This doesn't harm too much in the app, except builds break because TypeScript...

type:bug
component:drive
component:hash
component:mail
component:redis
status:accepted

We need to get the initial VSCode extension working, nothing super fancy just add support for edge highlighting. Some useful things can be gleaned from https://www.youtube.com/watch?v=35Uet3txE_4 too

type:feature
status:exploring
package:vscode-extension

With the whole fiasco about Redis, Inc changing from BSD license, this has prompted me to rethink a bit about this module and instead of being `redis` we should refactor...

component:redis
status:accepted
type:refactor

Right now we just depend on [Youch](https://github.com/poppinss/youch) and let it default, but we want to move it directly into the framework so that way we can style the page to...

type:feature
component:core
status:accepted
type:refactor

Sometimes it can become pretty unweildly having a bunch of `Route.group(() => { ... })` in your routes, so we could make this a bit better by allowing you to...

type:feature
component:http-server
status:accepted

Right now it just copies over the contents of `templates/web/` into your directory, then runs `cp .env.example .env` for you, but we can take this a step further and make...

type:feature
status:accepted
package:create-kubit