Wojciech Wnętrzak

Results 20 issues of Wojciech Wnętrzak

Currently having array of objects, to delete one of them I need to write: ``` javascript var collection = [{id: 1}, {id: 3}]; var objectToRemove = _.findWhere(collection, function (obj) {...

enhancement

When I configure my Rails 6.1 app to use multiple databases (via built in functionality), data-migrate doesn't work. ``` bin/rake data:schema:load my-project/db/secondary_db_data_schema.rb doesn't exist yet. Run `rake data:migrate` to create...

Hey, I'm trying to run clay on Ubuntu server 18.04 I'm getting error: ``` Traceback (most recent call last): File "/home/wojtek/.local/bin/clay", line 7, in from clay.app import main File "/home/wojtek/.local/lib/python2.7/site-packages/clay/app.py",...

Fix Available

In the docs https://docs.mopidy.com/en/latest/ext/file/#configuration there is an option `follow_symlinks`. When I set it to true and point `media_dirs` to directory that contains symlinked directories, the folder is empty when browsing...

C-bug
A-file

Not sure what the default order is, but would be nice to order it by year (or have it optional)

enhancement

I'm getting info bar on our rollbar UI: > rollbar.js version 2.24.0 is now available. (This project is currently using version 2.22.0) We're using the script from the gem this...

Js error reporting can be enbabled by `enbable_js` option, which injects middleware to provide js snippet. This however does not always work correctly. In my case it is `que-web` UI...

This simple code hangs: ```ruby Async do |task| task.async do # raise TypeError # this properly raises an error sleep nil end end.wait ``` ```ruby sleep nil (irb):62:in `sleep': can't...

The built-in error reporter is now available in Rails. https://edgeguides.rubyonrails.org/error_reporting.html It should simplify and cleanup the integration for the rollbar gem. There is already an error tracker that is integrated...

enhancement

When using the provided CSS, the error is thrown: ``` Error: "var(--ts-pr-min)" is not a number for `max' on line 26:18 of node_modules/tom-select/dist/css/tom-select.default.css, in function `max` from line 26:18 of...

bug
stale