Andy Bulka
Andy Bulka
After discovering that installing and running `electron-rebuild` fixes module mismatch problems (see #23) I can now successfully use the latest version of Electron. I still have to use fyear's forked...
I still can't figure out why each Python process would have it's own instance of Flask-Executor - I mean, all the other objects we create in our Python app are...
Yeah I don't know much about deb packaging either 🤗. I did some googling and it might be related to GTK versions. In my testing, this launch bug happens in...
@anks333 What do you mean by 'works fine'? This syntax is illegal in jsdoc. Whilst vscode can handle this syntax, the `jsdoc` CLI cannot.
@RiFrost I agree it was a good idea to show off the new composition API of vue3. I just found that the [vue3 doco](https://v3.vuejs.org/guide/composition-api-introduction.html#why-composition-api) does warn against the use of...
Hi Mike - thanks for such a comprehensive answer. Yes the auto/magic approach is 95% there, but I really needs those special characters. As this is a very arcane and...
Has newline support been released? I read about it in the doco and tried the official example but it crashes: ``` >>> new_table = BeautifulTable(max_width=40) >>> new_table.column_headers = ["Heading 1",...
Thanks! I see, the name that pipenv needs is > the name argument to the setup() function in the package's setup.py which is not obvious at first, and, for this...
Things seems to install and work OK with latest master. I actually ended up using pip pip install git+https://github.com/pri22296/beautifultable.git which doesn't need the egg information. But you might be interested...
Setting `sustain: 3.5` seems to boost the volume quite a bit e.g. ```js let envelope = tone.play( note, when, { gain: velocity, duration: 999, sustain: 3.5, //