maxlath

Results 279 comments of maxlath

I removed the `origin=*` parameter in `v7.0.3`, can you give it a try?

I could try to have a look at it. Could you point to documentation on how to get such an OAuth2 token? Do you use it on wikidata.org or on...

I'm not aware of any plans for adding EDTF support, so you're welcome to send a PR! :)

It seems doable, but that would require having another hub server running with a customized config: would that work for you?

Do all wikibase.cloud instances have a SPARQL endpoint and/or use the WikibaseCirrusSearch extension? One of those would be required to find entities by claim property/value. Could you provide a link...

I encountered the same issue, and got it to work by applying this patch https://github.com/aevanson/parcel-plugin-handlebars-precompile/commit/f9c19b0 The source map still seems to fail for Handlebars templates, but at least it works...

This looks like a windows-specific issue. The stack trace doesn't inform us much on where to start investigating, but I think this is likely coming from within [`object_arg_parser.js`](https://github.com/maxlath/wikibase-cli/blob/10dac8a/lib/object_arg_parser.js): maybe `getAbsoluteFilePath`...

that's probably a problem in the [`getActive`](https://github.com/maxlath/time-capsule/blob/239665d/src/js/lib/tabs.js#L11-L18) function. I can't work on it now but if you want to give it a shoot, I could find time to review a...

that's typically what [level-party](https://github.com/substack/level-party) addresses: ```js const level = require('level-party') const db = level('./db') const Jobs = require('level-jobs') const queue = Jobs(db, worker, options) ``` should work in cluster mode

imo, the best illustration is the live data itself: all those settings are available from the UI they parameter, it's even a bit redundant to have them in the settings...