apiraino
apiraino
Closing MCP for inactivity (+3 months) (see [MCP process](https://forge.rust-lang.org/compiler/mcp.html#when-should-major-change-proposals-be-closed)). Feel free to re-open to further the discussion, though.
hi @SaltyBet I'm not sure I can reproduce. Please correct me if I'm wrong: the google url on gmail HTML version is something like the following, which should already be...
Looking at the permission matrix we currently use ([according to MDN](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissions)): permission | firefox | chrome ------------ | ------------- | ---- webRequest | :white_check_mark: | :white_check_mark: webRequestBlocking | :white_check_mark: |...
fantastic! thank you for volunteering and give it a try :)
@rugk thank you so much for your thoughts and analysis, great insights and suggestions :+1: Now I know a bit better where to focus for my experiments. Namely I really...
Do you have an example where you expect a 200 and receive a 400?
Agreed. Although first we need to properly implement the clientId thing + auth roles. Example: the mobile app should *never* be allowed to a `POST /doors`, that's an endpoint reserved...
Ok, Here's a recap: #### Implemented: - [x] POST /doors/:id open the door #### To do - [ ] migrate `/door` to `/doors` - [ ] GET /doors - [...
see also #6
Agreed! Self note: figure out whether we can have it from the door itself instead of storing an internal counter