Andi
Andi
I really don't know how i feel about multi framework support right now. This PR is definitely being closed. I ported over some updates & specs from this PR into...
That would be a nice addition. I can take a look at granite after making a PR. A concern has come up though. The author of the shard is MIA...
@eliasjpr Can you point me in the direction of those generators? I can only find recipes. I don't think this would be a good recipe as it's not really a...
Hey guys, thanks for the updates. Been pretty busy with work since covid but in a few weeks my schedule should clear up. Still super interested in this. Glad the...
I just took a look. It looks like `--minimal` invokes this: ```crystal def filter_for_minimal(entries) return entries unless @minimal filtered = entries.reject { |entry| entry.path.includes?(".js") || entry.path.includes?(".scss") || entry.path.includes?("package.json") || entry.path.includes?("config/webpack")...
@jeffreydvp What's the error message? Is it: ```sh Which expanded to: > 1 | Kilt.render("#{"src/views"}/"layouts/#{false}"") ^ Error: expecting token ')', not 'layouts' 2020-08-15T16:51:46.322333Z INFO - watch.run: Compile time errors detected,...
```yml name: amber version: 0.1.0 authors: - Amber Team and Contributors license: MIT targets: amber: main: src/amber.cr dependencies: amber: github: amberframework/amber version: 0.9.0 granite: github: amberframework/granite version: 0.13.1 ``` Here...
Just tried looking into this. The error i got was: ```sh In src/amber/cli/templates/api/controller/spec/controllers/spec_helper.cr:1:1 1 | require "../spec_helper" ^ Error: can't find file '../spec_helper' relative to '/home/andrew/workspace/crystal/amber/src/amber/cli/templates/api/controller/spec/controllers/spec_helper.cr' ``` It get started...
I have a few issues with the current implementation idea. 1. Why not install the plug-in as a shard? Let shards handle the fetching. This solves the dependency problem. So...
Can you explain this? Add support for the a deprecated feature? It looks like MDN now recommends using service workers? https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers