-
Hi!
For pyshiny apps my usual workflow is to use poetry for dependency management.
In VS Code I get nicely suggestion if there's a poetry environment associated with the project (as recomended)
![i…
-
### Steps to reproduce
1. Go into the Room Settings of any room
2. Under the "General" tab, scroll to "Local Addresses"
3. If there are none currently, add a local address (alias)
### Outcome
#…
-
Build with pnpm v9 and see the following error:
```
WARNING in ../rewritten-packages/ember-tracked-local-storage.a84501d5/node_modules/ember-tracked-local-storage/_app_/utils/tracked-in-local-stor…
-
I’m looking to specify a local address when sending requests with async-http-client, but I don’t see a direct option for this. Is there a workaround or a way to achieve this functionality?
-
The integration does not detect the switch on the local network
PS308G
![Screenshot_2024-11-15-12-54-50-09_46d7dcdee588e16f072522d110a15d46](https://github.com/user-attachments/assets/01672987-6a8…
-
Original issue: https://github.com/ufal/clarin-dspace/issues/1094
-
Trying to deploy locally, i see this was in issue brought up a few years ago. Nothing since. Is this still the case?
-
![image](https://github.com/user-attachments/assets/5fab0a06-61c1-4eff-98c5-3de645c99a8c)
can you please help me with this error ? i am not able to upload something on browser
-
👋 Hello @rylanharper
a big thank you for making and sharing Nitrogen. it's a more complete starter template than what I could find for Sveltekit or Astro and now has me looking at Nuxt!
i had tw…
egant updated
7 hours ago
-
It'd be useful to track if a local variable was read before assigned again:
```python
def main():
x = 5
x = 6
print(x)
```
A common use-case is simply typos or using `if` instead of `elif…