-
I have a react functional SPFx component in VS Code and use SPFX-fast-serve.
I am trying to use react-tooltip "react-tooltip": "^5.27.0", as installed via npm
I then use that within a functional co…
-
Briefly demo'd https://github.com/MetaMask/metamask-mobile/pull/8009, a minimally transformed ses@0.18.8 wip that runs on Hermes (latest React Native default JS engine)
here's the omnibus of issues…
-
I'm setting up a NextJS project and am encountering an unexpected issue with your eslint plugin. First, here's my `.eslintrc.json`:
```json
{
"settings": {
"react": {
"version": "detect"
…
-
### What version of Bun is running?
1.1.17+bb66bba1b
### What platform is your computer?
Darwin 23.2.0 arm64 arm
### What steps can reproduce the bug?
While using TypeORM, the operations seem to …
-
Deno code
```ts
// index.ts
import { RequestRequestOptions } from "https://cdn.skypack.dev/@octokit/types@6.8.4?dts";
```
Run with
```
deno run --allow-net index.ts
```
Results in
…
-
### What is the bug? (in English)
4k monitor display does not work, you are forced to reduce the resolution settings to 1920x1080
### Logs from the Javascript console
efused to load the image 'http…
-
**What version of `prettier-plugin-tailwindcss` are you using?**
v0.5.7
**What version of Tailwind CSS are you using?**
v3.3.5
**What version of Node.js are you using?**
v18.16.1
**W…
-
![image](https://user-images.githubusercontent.com/11224001/228188894-0c52aff2-a7be-4aeb-82d8-3166ae971107.png)
just wait a 20+min
-
**Stencil version:**
```
@stencil/core@1.15.0-4
```
**I'm submitting a:**
[x ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of…
lxg updated
12 months ago
-
# lib Update Request
The `Map` type unions all of its keys and values, which is fine if all values are the same type. But in some libraries like LitElement, values can be distinct types. LitElement…