Youri van der Lans

Results 9 issues of Youri van der Lans

This pull allows us to (un)set environment variables without restarting the app. Because the `--no-restart` flag was between the `app_name` and environment key / value pairs the flag was seen...

Hi! Currently I'm in the process of migrating a project from webpack to esbuild. The project is using css modules in combination with classnames/bind. This makes it easy to conditionally...

Hi! I noticed vscode was not displaying the yield related tags. But it seems they are being generated by Yard. Curious if I'm missing something here or if there is...

enhancement

At this time the nginx configuration does not include a config for serving static gzip content. See the rails guides for the actual config: http://guides.rubyonrails.org/asset_pipeline.html#gzip-compression

enhancement

This pull will add the page parameters, links and metadata when the `paged` paginator has been set for a resource or when it is the default for `JSONAPI::Resources`. `FastJsonapi` and...

Hi! There is a case where I want to lock the table the triggers are triggered on because I want to make sure nothing gets inserted, updated or deleted while...

Hi! While trying to install this gem on my M1 Macbook it failed with not being able to determine the cpu architecture. Using this change I was able to build...

This pull fixes an issue with having `data-remote=true` on a radio or checkbox input. Because the browser will not send a value for an unchecked input this PR adds the...

Hi! First of all thanks for this awesome project! I've recently purchased a Teensy 4.0 and had a hard time getting everything to work. In the end I opted to...