Sean Lynch

Results 203 issues of Sean Lynch

Just logging some notes to think about at this point ## Retrieve a subset of properties - asked by aaike on [Slack#i-need-help](https://js-data.slack.com/archives/i-need-help/p1455526001000021) ``` js var users = yield Event.findAll({...}, {...

Need to [configure](https://github.com/js-data/js-data-sql/blob/develop/circle.yml) Circle CI to test not just MySQL but also Postgres (and possibly others) https://circleci.com/docs/configuration#services

I'm currently using a custom query with subquery selects, and have the need to filter on these extra fields in the query (`ratings_average` and `ratings_count` in my example). For these...

Needs documented on http://www.js-data.io/docs/query-syntax

I've created a project that takes a javascript object and converts it to an OData-compliant query string. This makes it much easier to build a query (with conditional pieces) such...

### Problem When attempted to inspect [Svelte UX](https://github.com/techniq/svelte-ux) on [pkg-size.dev](https://pkg-size.dev/svelte-ux), I receive the following error: ``` Error: Process exited with code 1 ✘ [ERROR] The entry point "svelte-ux" cannot be...

bug

Something to consider. See [post](https://twitter.com/techniq35/status/1786413479051530285) for some context. - https://github.com/umami-software/umami/discussions/1026 - https://github.com/umami-software/umami/pull/1257 - https://github.com/keven1024/cloudflare-proxy-anywhere

- [MDN filter](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter#see_also) - [CSS filter Editor](https://codepen.io/stoumann/pen/MWeNmyb) - [Comparison of CSS & SVG filters](https://codepen.io/yoksel/pen/ExyxbXN) - [Displacment Map Tester](https://codepen.io/DirkWeber/pen/LYWdbmJ) - [SVG Color Matrix Mixer](https://fecolormatrix.com/) - https://justcode.today/filters/# - https://www.smashingmagazine.com/2021/03/svg-generators/#svg-filters-color-matrix-mixer - https://svgfilters.com/ ---...

- [ ] Handle all `svelte-check` warnings (A11y, unused variables, etc) so the console is clean - Possibly leverage `` **temporarily** - [ ] Setup CI to run `svelte-check` and...