Satya van Heummen

Results 16 issues of Satya van Heummen

**Describe the issue** In order to validate cells, it would be very useful to have an `aftercellfocus` or `aftercellblur` event, so validation can happen after the cell has lost focus,...

Mup version (`mup --version`): 1.5.1 Mup config ```js { "servers": { "one": { "host": "1.2.3.4", "username": "root" } }, "app": { "name": "my-app", "path": "../", "servers": { "one": {} },...

The standard Mongo connection-string is described here: https://docs.mongodb.com/manual/reference/connection-string/ However, if you pass a connection string to MONGO_URL of this format: `mongodb://user:pass@host:port,host:port/database?replicaSet=name` This will result in: ``` > [0] Error: double...

Hi, For almost every change I'm making to the client-side code, I'm getting this warning in the console: `Client version changed, reload suppressed because of a recent HMR update. You...

consider this example: ``` Meteor.call 'doSomething', (err, suc) => if err console.log 'error!' else console.log 'succes!' ``` When online this works fine. But when offline, there's never a callback. How...

line 984 - `_syncMethods('mehods');` https://github.com/GroundMeteor/db/blob/connection-driver/groundDB.client.js

Enabling the plugin to show buttons on top of a post generates strange number in the description of the single Wordpress post rss feed: www.yoursite.com/post/feed/?withoutcomments=1 generates something like this (29222)...

Suddenly CORS stopped working again for my Chrome widget, so for the community's sake; here's a solution that does work: The problem is that the Restivus OPTIONS response is ignoring...

bug

### What version of Hono are you using? 3.12.0 ### What runtime/platform is your app running on? Bun ### What steps can reproduce the bug? According to the Hono documentation,...

bug

This `git clone https://github.com/bradstewart/electron-boilerplate-vue.git` missed a lot of files, causing npm start to fail. Downloading the zip works fine. cheers