Ian Mayo

Results 87 comments of Ian Mayo

Hmm, I've just thought of a half-way house. How about it is only enabled if `auth` is off? If it is called with `auth` on, we could return an error...

Ok, I've found this existing test content: https://github.com/thevahidal/soul/blob/main/core/src/controllers/rows.test.js This may have fallen behind the growth of new features, but we should be able to update/extend this test suite, and include...

> Yeah, you're completely right, Soul has tests right now but as you mentioned they might fall behind. But to run tests in the pipeline is a must-have and I'll...

I have an `eco` plan with Heroku, which gives unlimited repos for $5/month. It would be _neater_ for this to be under your ownership, but I don't have a problem...

Hello @faisalsiddique4400 , I'm pretty sure my team has implemented a working instance of this using `_extensions`, without requiring any changes to `soul-cli`. We're serving a compiled `react-admin` app as...

### Traditional coding patterns Even if ````IndexIterator```` wasn't named as an iterator, the method name ````hasNext()```` would have thrown me. I accept that the extensive use of these iterators in...

I don't have the skills to review the Docker aspects of the PR, but I've tried to contribute on the more general aspects, @thevahidal .

Hi, I'm also seeking this feature - in order to produce a web-view based activity bar. Use of vscode-elements would allow me to deliver this via a single webview component,...

Yes, that matches what I had in mind - and would securely provide a set of access permissions for anonymous users. Hmm, would it also be a valid way of...

> No need to worry about that scenario That's great - thanks @thevahidal Note: while my users will get immediate value from the FK sort working, this capability is a...