-
### Problem
There are multiple products wrongly scanned, where people will create new (duplicated) products instead of entering the correct one.
https://es.openfoodfacts.org/code/94xxxxxxxxxxx
…
-
### Package
@meteor/component-library
### Package version
3.11.0
### Link to minimal reproduction
https://meteor-component-library.vercel.app/?path=/story/components-form-mt-select--def…
-
This might be related to #60 - I'm also using vitest.
The following test fails:
```js
import { render, screen} from '@solidjs/testing-library'
import { Route, Router } from "@solidjs/router"
…
-
| --- | --- |
| Bugzilla Link | [512758](https://bugs.eclipse.org/bugs/show_bug.cgi?id=512758) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Feb 27, 2017 06:28 EDT |
| Modified | Jun…
-
### Feedback
Sometimes video encoding software outputs intermediate files to the video directory that shouldn't be updated. Allow adding an option for auto rename to ignore any file with a certain …
-
Example found by @Ekdohibs:
```
type t = T of int * ((bool -> t) * int)
let zz u =
let rec g b =
T (u, let r = if b then g else g in (r, 0))
in
g
```
Here `g` stores a reference to …
-
This is similar to #578, but with two key differences:
* The language that doesn't work is restructuredText, not markdown
* The files have a `.txt` extension, rather than no extension
Despite a…
-
### Check for existing issues
- [X] Completed
### Describe the feature
Zed greys out gitignored files in the file tree, but uses only local `.gitignore` files to determine what to grey out. A…
-
### Discussed in https://github.com/microsoft/vscode-python/discussions/23522
I have made a cell and marked some break points:
![image](https://github.com/microsoft/vscode-python/assets/26253733…
-
It seems that Meili is ignoring the stop words I set. According to the [specification](https://specs.meilisearch.dev/specifications/text/0123-stop-words-setting-api.html#_3-functional-specification), …