nikolas

Results 111 comments of nikolas

I would like to fix this problem - I opened a question on StackOverflow about this issue here: https://stackoverflow.com/q/73747454/173630

Actually, I just discovered the `eslint-plugin-svelte` plugin works fine with `` directives in svelte templates, so I'll just use that instead. https://github.com/ota-meshi/eslint-plugin-svelte

I agree it's annoying to have to install pipdeptree inside the same virtualenv as the project you're looking up. I wrote a blog post about it here: http://www.columbia.edu/~njn2118/journal/2016/3/24.html In addition,...

Adding this line fixed the issue for me: ``` AWS_LOCATION = 'media/' ```

We're seeing this error when using the sentry python sdk in conjunction with Django's file logger: ``` [sentry] DEBUG: atexit: got shutdown signal [sentry] DEBUG: atexit: shutting down client [sentry]...

closing because issue is 404

I ran into this issue as well. It's related to #319

We can possibly adapt our code here from interacting with `pylti` to the new [pylti1p3](https://github.com/dmitry-viskov/pylti1.3) library, which supports LTI 1.3 (also known as LTI Advantage, I think). Here is an...

I ran into the same issue. Someone suggested that the library needs to be linked statically rather than dynamically. See: https://github.com/flathub/com.bitwig.BitwigStudio/issues/17