koooge

Results 25 comments of koooge

I expected such behavior like moment's zoneName() as well. https://momentjs.com/timezone/docs/#/using-timezones/formatting/

Also seen a similar issue with node-irc v0.5.2 and node v6.9.1. ``` TypeError: Cannot read property 'requestedDisconnect' of null at Client.send (/path/to/node_modules/irc/lib/irc.js:936:19) at Timeout.dequeue [as _onTimeout] (/path/to/node_modules/irc/lib/irc.js:966:22) at ontimeout (timers.js:365:14)...

+1 Version 5.0.1+b4851 on EC2 t2.small redash server cannot resnponse during its processing.

I realized it might be related #22. Vue plugin library may be impossible made with vue-demi.

It is caused by vue 3.2 breaking change https://github.com/vuejs/vue-next/pull/3334 . Also, @vue/cli v5 does not support vue3.1 https://github.com/vuejs/vue-cli/pull/6808 . well, deadlocked

hello, does frisby support async/await? ``` describe('Posts', function () { it('should return all posts and first post should have comments', async (done) => { await frisby.get('http://jsonplaceholder.typicode.com/posts'); frisby.get('http://jsonplaceholder.typicode.com/posts') .done(done); }); });...

It does not. I opened #1705 .

I got same issue in spite of I entered mailgun & cloudinary's env. ``` $ cat .env COOKIE_SECRET=f4b558b04040db9441c1f18bbe493564498c1a96ccd86e844f3a798022fb65441cdfe7ab9e4907cf7ff67aa6e1e414c240826cbb5f494df56f5e25356e70e72a CLOUDINARY_URL=cloudinary://333779167276662:_8jbSi9FB3sWYrfimcl8VKh34rI@keystone-demo # You will need to provide a MAILGUN_API_KEY and MAILGUN_DOMAIN to...

JFYI, disableTypography prop was removed in mui@5. https://mui.com/material-ui/migration/v5-component-changes/#%E2%9C%85-remove-disabletypography-prop

Maybe `nexe --build --python=$(which python3)` resolves it. https://github.com/nexe/nexe#compiling-the-nexe-executable