-
As it stands, I get the following when attempting to compile the package:
```
error[E0599]: no function or associated item named `from_vec2` found for struct `Selector` in the current scope
--> …
mknaw updated
10 months ago
-
_Originally posted by @qpmnguyen in https://github.com/posit-dev/positron/discussions/3773_:
Hi all,
I love working with Positron so far and it would be great if some of these features would be…
-
Error:
```
➜ school-website git:(master) ✗ npm run dev
> sms-frontend@1.0.0 dev
> NODE_ENV=development node_modules/.bin/webpack --mode develop…
ghost updated
2 years ago
-
There's code in `components/gfx/text/text_run.rs`, `components/script/layout_wrapper.rs`, and `components/layout/fragment.rs` that uses `util::str::char_is_whitespace`, which is intended only for pars…
-
### Component
All
### Package version
9.56.2
### React version
18.3.1
### Environment
```shell
System:
OS: Windows 11 10.0.26100
CPU: (16) x64 11th Gen Intel(R) Core(TM) i7-11850H @ 2.5…
-
I am trying to use this SVG
https://github.com/maskati/azure-icons/blob/a7933b00474aa25ab45bc096ef1bb5366de7bde3/svg/Microsoft_Azure_Billing/Subscription.svg
![image](https://github.com/user-att…
-
**Describe the bug**
An invalid character literal in `view!` causes the proc macro to fail an assertion and panic:
```
error: character literal may only contain one codepoint
--> src/compone…
-
I can't get `style_sheet!` macro to work.
Step to reproduce:
```sh
cargo leptos new --git https://github.com/leptos-rs/start
```
Create a file `src/test.css` with the content:
```css
h1 {
…
-
### Describe the bug
When looking at the members list or popout profile some people show the incorrect colour in their status ring if they are on mobile.
### To Reproduce
Just use the Plugin,…
-
We can remove the runtime completely and go for static styles. Generate CSS files in the _build folder (for Melange/native) and in-source in ReScript.
- We will remove the runtime completely allowi…