-
I don't understand the purpose of the current behavior of the `css!` macro.
Why is CSS being written to an external file, regardless of if the component will ever be displayed or not?
I feel like ha…
-
I trying to run this command in WSL2 with Ubuntu 22.04
nohup nodemon --watch ./app/assets/stylesheets/ --ext scss,css --exec yarn build:css > /dev/null 2>&1 &
And seems is not working
Runnin…
-
Companion issue (`expo/expo`): https://github.com/expo/expo/issues/32350
**Do you want to request a *feature* or report a *bug*?**
Request a feature:
Documentation about [Node-API native …
-
Calling matugen in waybar results in the waybar reload post-hook running but it is seemingly random which other hooks run.
When I comment out the post-hook, `#post_hook = 'pkill -SIGUSR2 waybar' #…
-
**Describe the bug**
`@swc/plugin-formatjs` fails to process some symbols
**Expected behavior**
Expected to not panic at special characters
**Additional context**
Plugins panics at 'О' symb…
-
the app crashes when get into the line 80 of the file "src/cli/get_video_url.rs", line in question is : ``driver.wait().for_element(Locator::Css("video")).await?;``
the error is called "WaitTimeOut…
-
### Describe the bug
I'm getting an error of
`
Expected 'e', 'pi', 'infinity', '-infinity' or 'NaN', ident tokens, css rule: * { backgroundImage: radial-gradient(
circle at 0% 0%,
…
-
when i try to rate a level using this code
```
# level rater
import requests
import random
from string import ascii_letters, digits # so we don't have to type [A-Za-z0-9] by hand
import bas…
-
eslint.config.mjs package-lock.json
~/papernet main ?:1 userland@localhost 18:31:47··❯ deno fmt
Error formatting: /home/userland/papernet/views/index.html
Syntax error (expected close…
-
**Problem**
- Using the dioxus cli app to create a new DESKTOP app using TAILWINDCSS does NOT work.
- Following the [book (v0.5)](https://dioxuslabs.com/learn/0.5/cookbook/tailwind) does NOT help…