Thomas Darde
Thomas Darde
Could this code : ` var useGetInstance = window.bootstrap && window.bootstrap.Popover && window.bootstrap.Popover.getInstance ` be changed by ` var useGetInstance = window.Popover && window.Popover.getInstance || window.bootstrap && window.bootstrap.Popover && window.bootstrap.Popover.getInstance...
I have an error when running light.exe . I also have it with electron builder https://github.com/electron-userland/electron-builder/issues/3521 light.exe : error LGHT0103 : The system cannot find the file 'C:\Users\thoma\code\electron-quick-start\dist\win-unpacked\api-ms-win-core-debug-l1-1-0.dll' with type...
DEPRECATION WARNING: Class level methods will no longer inherit scoping from `create` in Rails 6.1. To continue using the scoped relation, pass it into the block directly. To instead access...
An option should allow to automatically refresh file hierarchy when textmate lost and regain focus. Could also do it in a bg thread.
### Description of the issue We have a rails project, since update to rails 7.1 tests where ok when run locally but not when run on CI (github action) Changing...