Joe Innes

Results 10 comments of Joe Innes

OK, fixed that issue, now I have a new one: $this->db->select('*') ->from($table) ->where($col, $search) ->order_by($this->_get('order_by'), $this->_get('order')) ->limit(intval($this->_get('limit')), intval($this->_get('offset'))) ->query(); only returns one row. I've broken it down to $this->db->select('*') ->from('table')...

Last.fm integration would be awesome

Looks like Foursquare is doing something weird. I was able to cheat it into giving me an access token, but I had to put the callback URI as http://http://api.foo.com

Same issue on: ``` "sails": "~0.12.3", "sails-auth": "^2.1.3", "sails-permissions": "^2.2.0", ```

OK, getting there... added a trailing '/' to the proxy_pass directive, but now none of the resources are found...

> That is? I don't understand, what do you mean?

Ah, are you using from CDN? I'm using the Astro integration, and there's no option.

Additional Consideration: we might need to look at how we handle CoValues which have updates which have causal dependencies on the content which gets revoked (e.g. CoTexts where legitimate operations...

I don't really understand why the E2E tests are failing, unit tests are good.

Updated based on context in https://github.com/garden-co/jazz/issues/2994#issuecomment-3416485076 - name changed - added deduplication map (similar to the [MessageQueue `processing` set](https://github.com/garden-co/jazz/blob/a0f64fe97b8fd3092a1231a42b71ce0c46a3ba7a/packages/jazz-tools/src/tools/coValues/inbox.ts#L122), but kept at module level like [coValueCache](https://github.com/garden-co/jazz/blob/a0f64fe97b8fd3092a1231a42b71ce0c46a3ba7a/packages/jazz-tools/src/tools/lib/cache.ts#L4) to avoid exposing to...