Alexander Wolf
Alexander Wolf
Hi there, thanks for getting back to me. The settings values for the following requested are - `STATIC_URL = '/static/'` - `STATIC_ROOT = os.path.join(BASE_DIR, 'static')` - `STATICFILES_DIRS` = [] -...
So I add the directory `dash_app/assests` and add the image `bluewhite-02.png` in that directory. Also changed my Django setting `STATICFILES_DIRS` to `["dash_app/assets"]` to account for that directory when running collectstatic....
Hello, Cool, I would love to have this feature made! Having a free Range Date slider would be great because I think the UI/UX for it is a lot better...
For time series forecasting, how you define your problem and preprocess you data makes a big difference. For example how many timesteps/lag variables do you want to look back for...
Didn't know about the CMD arrow options. Those work well! Thanks for sharing.
I am using this function. Works well. ```typescript import NetInfo from '@react-native-community/netinfo'; export const internetConnected = async (): Promise => { const timeout = (milliseconds: number) => new Promise((resolve) =>...
Hi does anyone here have Nativewind for a preview or production EAS build working? If so what library versions are you using? I'm using these versions ``` "expo": "^51.0.0", "nativewind":...
@tyrauber I tried using the new version of NativeWind but was not working on my development build. Classnames styles are intermittently being applied. V4 does not seem to be reliable...
I figure out my issue with V2 made comment here about it- https://github.com/nativewind/nativewind/issues/939#issuecomment-2173701012 Was not related to Nativewind source code.