Dejan Mircevski

Results 10 issues of Dejan Mircevski

RamFuzz doesn't generate harness methods for invoking base-class methods under tests. Therefore, the inherited methods are never invoked during making of random instances.

## ☕️ Reasoning Add a DB adapter for ChiselStrike. ## 🧢 Checklist - [x] Documentation - [x] Tests - [x] Ready to be merged ## 🎫 Affected issues N/A ##...

I may be missing something, but it's not clear to me how to construct a shaderc_includer_response when the path is incorrect or content-reading fails.

@lukewagner @sunfishcode @yurydelendik @titzer @jfbastien PTAL

This endpoint should return two identical rows: ```typescript // types class Person { name: string; company: string; } class Office { company: string; address: string; } // endpoint: export default...

When a [user-restricting policy](https://docs.chiselstrike.com/InDepth/pol#policies-for-logged-in-users) is defined in YAML, but the `users:` key is something other than a string, the policy gets ignored. The following policies, for instance, are parsed without...

https://github.com/chiselstrike/chiselstrike/runs/6922177103?check_suite_focus=true#step:14:186

Right now we ask the user to run `npm run dev` in one window (starting the frontend server) and `chisel dev` in another (starting the backend). Besides being needlessly complicated,...

We return paging URLs even if there's only one page of results. For instance: ```bash $ curl localhost:8080/dev/crud { "results": [] } $ curl -d '{"a":342}' localhost:8080/dev/crud { "id": "316f47d1-e104-49c3-8f4e-14ba3098713c",...

## Description Add optional `IF EXISTS` to `DROP ROLE`, which suppresses the role-not-found error that you'd otherwise get. ## Additional context and related issues Although this option isn't in the...

cla-signed
docs