Joakim Repomaa
Joakim Repomaa
Hi, I stumbled into the same problem. I tried removing the else if branch but the output is just black. Is there any other filter that would allow cropping to...
I managed to get around this problem by defining this: ``` ruby class PageModuleForm def self.new(object) "#{object.class.name}Form".constantize.new end end ``` But this is a dirty hack for something that should...
Yes, substracting the height of the current rectangle from the previous one is what i tried as well. The `^p(;26)` is indeed curious. Were you able to get it to...
This is the /boot/loader/loader.conf which is generated: ``` console-mode keep default nixos-* editor false timeout 5 ``` I deleted the whole loader dir and ran rebuild switch again and the...
tests are green for me locally, can you restart the CI build?
Here's an example with error handling: ``` javascript Dispatcher.addDispatchFilter(dispatch => { return (payload, next) => { if (/* validate payload */) { // do something next(payload); } else { dispatch('VALIDATION_ERROR',...
not using it anymore. i switched to plain redux. merge if you feel like it :)
dito. Here's the full error from :messages ``` ^I...ir/pack/myNeovimPackages/start/gen.nvim/lua/gen/init.lua:331: in function f unction: builtin#18 ...ir/pack/myNeovimPackages/start/gen.nvim/lua/gen/init.lua:331: Invalid 'buffer': Expected Lua number stack traceback: ^I[C]: in function 'nvim_buf_delete' ^I...ir/pack/myNeovimPackages/start/gen.nvim/lua/gen/init.lua:331: in function "app/javascript/src/containers/settings/purchases/budgets/index.tsx"...