ohenrik

Results 23 issues of ohenrik

Hi, I'm considering to write an extension making it possible to use spark dataframes with this tool. as it is pretty similar to Pandas dataframes, but does not necessarily have...

feature request

I'm trying to filter on a jsonfield in django named `data_filters`. However it seems like this is not working when I'm not specifying any filters. And when i try to...

enhancement

Refreshing twice in rapid succession causes the browser tab to be unresponsive. It is also impossible to force close this tab or killing it when Chrome asks about unresponsive tabs....

I'm about to go crazy due to this magic: ``` output: { path: path.resolve(__dirname, 'dist'), // Note: Physical files are only output by the production build task `npm run build`....

Quick question: Does the default LndHub take a fee? Ref these lines: https://github.com/BlueWallet/LndHub/blob/92f1370dbade2de12719f3bc043f8b7a433de38e/controllers/api.js#L166-L175 Does this mean that if users on my lndhub spend 1000 sat, my hub earns 10 sat?...

It seems like the width and height property always follows the viewBox. This means that even if i have set the width and height by js and the svg is...

bug

Ok, i'm lost. I have installed pcre with homebrew. However this does not seem to work as it seems like it is missing `jit´. I tried installing pcre on my...

It seems like the field containing the from date (start date) has to be present or the validation for overlapping dates will be fired. I assume this is a bug...

When i try to run: ``` ./TurboTagger --train \ --file_train=data/sample/sample_train.conll.tagging \ --file_model=models/sample_tagger.model \ --form_cutoff=1 \ --logtostderr ``` I get an error telling me `--logtostderr` is an invalid command line flag....

Ok, I wandered far into unknown territory as i am not a c# (or c++) developer. However i managed to compile this (although with a bunch of warnings) on MacOS...