Viktor

Results 88 issues of Viktor

I'm getting the following errors in DEBUG CONSOLE. I only see this when I Start Debugging an extension. When I Start Debugging a web app, I don't see the error....

bug
help wanted

Thanks! https://rubyreferences.github.io/rubychanges/3.0.html#endless-method-definition

Hey @colinjfw! I needed to move forward, so I made some fixes on your gem. Please check these changes one by one. I'm interested to contributing more, but, I've made...

Hey @mislav! Thanks for creating this repo! :) I have some scripts of my own that I use regularly. For example, I have `git closepr` alias. It merges the PR...

I copy-pasted this block of code and realized it wasn't working as expected.

Before submitting your PR make sure that: - [x] You wrote [good commit messages]. - [x] The PR relates to _only_ one subject with a clear title and description in...

### Did you find a bug? > Error loading the 'postgresql' Active Record adapter. Missing a gem it depends on? pg is not part of the bundle. Add it to...

I'm not sure where to post this so I'm posting it here. I'd like to allow for default language to be used or default filter fallback. Is there any way...

### Steps to reproduce I think Product Properties page requires some attention. Go to `/admin/products`, choose a product with variants and click on "Product Properties". First, if you click on...

type:bug
changelog:solidus_backend
confirmed

Hi, I've just experienced this issue: ```js var time = date.toTimeString().split(' ')[0]; // get hour and minute (there are better ways to do this) var sched = later.parse.recur().on(time).time(); var dayOfWeek...