Hugo Heneault

Results 39 issues of Hugo Heneault

Hi there! I've setup the fastify-boom plugin like this : ```js fastify.register(require('fastify-boom')) ``` Then in my service I throw ```js throw boom.conflict(errors.EMAIL_IS_NOT_AVAILABLE) ``` But I only got this response: ```...

Hi there, I'm trying to use a custom port for my rsync script. Here's what I use : ```js const rsyncArgs = new Rsync() .flags('avz') .set('e', `ssh -p 5000`) .set('progress')...

First things firsts: thanks for your really cool pipe! :) I'm working on an ionic app and I need to change the `replaceFn` for all pipes I use. It would...

Hi there, Awesome pub! Thanks :) I'd like to enable it only for one request! Is that possible? Thanks

*For bug reporting only! If you're posting a feature request or discussion, please ignore.* ## Expected Behavior I'm trying to create a route as stated in [doc](https://github.com/osiset/laravel-shopify/wiki/Creating-Webhooks#optional-custom-controller) but it seems...

Hi there! Thanks again for this great laravel & shopify app :) I missed webhookId value in #1063 so I decided it would be worth adding it.

feature

## Your Environment * Plugin version: `4.3.4` * Platform: Android * OS version: ` macOS 12.2.1 21D62 darwin-arm` * Device manufacturer / model: Apple macbook pro M1 Max * Flutter...

stale

Hi, I have the script in my `head`. ```html ``` But there seems to be another script added automatically at the end of my body... ```html ``` So I got...

Hello there 👋 Thanks your `derry`! Such a cool tool. I'm having issues running it on my m1 macbook: ``` Invalid argument(s): Failed to load dynamic library '/Users/hugo/.pub-cache/hosted/pub.dartlang.org/derry-1.4.3/lib/src/blobs/executor_mac64.dylib': dlopen(/Users/hugo/.pub-cache/hosted/pub.dartlang.org/derry-1.4.3/lib/src/blobs/executor_mac64.dylib, 0x0001):...

Hello, Thanks for your great plugin! I'd like to have a method to reset all the midnight's stuff : ``` $('.nav').midnight('destroy'); ``` could be great. :)