Szymon Szeliga
Szymon Szeliga
Rails 6 depends on `thor ~> 1.0.0`, which caused envied to resolve to version `0.5.0`. This patch updates thor dependency to `~> 1.0.1` If you need me to add something...
There should be a notification mechanism implemented in the following cases: - someone creates a new entry - someone votes on an entry Notifications should be configured per Account and...
Hello, I noticed that openapi 3.0 and 3.1 schemas are missing. Would it be as simple as adding the files from https://github.com/OAI/OpenAPI-Specification/tree/main/schemas to the repo?
It allows for mappings in `vimrc` such as: ``` map a :call Rg() ```
Fixes #39 It allows to define a custom path for pack lookup
The webpack plugin suggested in the readme creates a different structure than minipack expects. What is being generated ```json { "entrypoints": { "main": { "assets": { "js": [ "static/js/bundle.js", "static/js/0.chunk.js",...