Jonathan Reyes

Results 13 comments of Jonathan Reyes

Hi @rhys-vdw thanks for your fast reply-- I used bookshelf in this example, but don't necessarily need a bookshelf specific example... It can be any type of custom rule, which...

I phrased the question incorrectly-- I am trying to say that this is a bug. If I provide a function instead of a string, the message doesn't get returned.

Yes I'll try and make a sample repo if I can grab a free minute but imagine a directory structure like this using something like `turborepo` - `apps/cms` contains all...

I'll add that in order to solve this issue, in the meanwhile, I have a symlink from `./content` to `./apps/cms/content` and it works fine. Ideally that wouldn't need to be...

Just to clarify, an official response: > If you are using a CloudFormation template to create a ECS service via the “AWS::IAM::Policy” and “AWS::ECS::Service” resource types, the dependency of the...

Just checking in on this issue. Is using docker `18.06.1-ce` still the latest solution to this? Has there been any progress on the Jellyfish board?

This is great news! Is there a public kanban or something to view the progress / timelines of the different boards? I'm really only needing the rpi0 but I'm sure...

The fix is easy even though this is not maintained anymore. Just fork it and make this change: https://github.com/aquaponics-ai/liquid-rails/commit/47133f7536822851a24bd71fad5cfffa69b4b1bc

Worth noting rust is having similar experimental headway https://github.com/esp-rs/esp-wifi This uses the WiFi drivers from a fork of espressif drivers

I'll jump in here and say our use case uses `buf` and the tool enforces the type in the name in the enum itself. This is valid: ``` enum ACL...