-
### Minimal reproducible example
https://github.com/AlexLacoste/media-library-issue
### What platform(s) does this occur on?
iOS
### Where did you reproduce the issue?
in a development build, in …
-
Functional guards with injection context allow easy access to DI:
```typescript
function authGuard() {
return inject(AuthService).isAuthenticated;
}
```
However, with access to the injecto…
-
#### NOTE: This does NOT break SemVer, because it isn't a result of external Guard API changing - it means the plugin tests are incorrectly implemented.
This error simply means the plugin's tests ar…
-
While very useful, mapped guards do not currently expose methods such as `raw` and `force_unlock`, which makes using them in certain contexts quite difficult. From what I can tell, there's no soundnes…
-
- [ ] Lot of ignores, requires, missing env var guard code, etc.
- [ ] Rename connect/disconnect to subscribe/unsubscribe. Update api route name also.
-
Users want to add images from JFrog Container Registry, so we have to support the integration. Before we save the registries we always check the given credentials, so please do not miss it. You have t…
-
I used ts-auto-guard to generate type guards for my api response types but it seems like the type guards cause typescript to crash.
More details here: https://github.com/vercel/next.js/discussions/…
-
```sh
rails new YOUR_APP_NAME --api --database=postgresql --skip-test --skip-action-cable --skip-action-mailer --skip-javascript
rails db:create
```
> Update Gemfile
```rb
# ...
group :de…
-
In https://github.com/w3c/tpac2024-breakouts/issues/26 we discussed the idea of how we could store the shadowroot of an element created with `shadowroot.createElement`. Storing the originating shadowr…
-
Hi,
I have a similar header file as the example below:
```c
#ifdef USE_API
#include "api.h"
#endif
void function(void);
#ifdef USE_API
// Here I need to include "api.h" file. I would l…
metc updated
7 months ago