-
Now that all components have been migrated to typescript we should investigate if we can turn on strict mode, which should help to catch more type issues.
-
with
```
public function boot(): void
{
Model::shouldBeStrict(true);
}
```
in AppServiceProvider not work properly v4.4
-
I am getting the below error when executing the basic example provided in the docs in my NodeJs project:
```
/Users/harsh/Desktop/http-snippet-demo/node_modules/ajv/dist/compile/index.js:120
…
-
**Describe the issue**
Typescript offers a broad range of functionality/checks that it can do to ensure program correctness. Many of this are only enabled if the [`strict` flag](https://www.typescri…
-
### What version of Bun is running?
1.1.30
### What platform is your computer?
Darwin 23.6.0 x86_64 i386
### What steps can reproduce the bug?
Hi,
I would like to report that Bun's strict mod…
-
QuickJS has an unexpected behavior (at least when compared with other JS engines), where it throws when a typed array is attempting to be set at a index that is out of bounds:
```javascript
'use s…
-
## Cilium Feature Proposal
With Wireguard node-to-node encryption [landing soon](https://github.com/cilium/cilium/pull/19401), adding a further 'strict mode' to the transparent encryption functiona…
-
After spending an hour hunting down a bug, I thought of something. How about a strict mode, where you can't read absent properties without an error?
I'm thinking of a property like `.b` in this examp…
-
### Description
I would like to request the extension of the Strict Solo Role Queue Matchmaking system, which is currently limited to ranked matchmaking, to also include Unranked game modes.
This ch…
-
**What is the current behavior?**
Fails to render in strict mode React 18.
```
Element was not created. Possibly you haven't provided HTMLDivElement to renderer's `elementRef` function.
```
…