Thomas Li Fredriksen
Thomas Li Fredriksen
Hi there, How can we configure this project for local development? Having a guide on how to set up a local development environment could be very beneficial if you are...
Hi there! We are looking to use EAS with an IngressRoute CRD. This achievable, and if so, how?
Ran static code analysis (clang-tidy) on SPIFFS 0.3.7, which revealed a potential division by zero: ```shell $ tree -if ${SPIFFS_PARENT_DIR}/spiffs | grep "\.[ch]$" | xargs clang-tidy -p=compile_commands.json -checks= `*,clang-analyzer-*,-clang-analyzer-cplusplus*` #...
See [this](https://github.com/jupyterhub/jupyterhub/pull/3548) related PR in jupyterhub/jupyterhub-repo. Added support for external user group management to Azure AD authenticator. Usage example: ```python """sample jupyterhub config file for testing configures jupyterhub with dummyauthenticator...
We are looking at implementing more security features into our DaskHub implementation. One of such features would be deploying a new network policy when creating the cluster through our gateway....
Hi there, I am looking at writing a new backend, but am a little unsure where to begin. It would be really nice with a short guide on how to...
# What is this project? From the [project docs](https://www.neoteroi.dev/blacksheep/): > BlackSheep is an asynchronous web framework to build event based web applications with Python > > BlackSheep offers...[¶](https://www.neoteroi.dev/blacksheep/#blacksheep-offers) > -...
##### _Note: consider using [Discussions](https://github.com/Neoteroi/BlackSheep/discussions) to open a conversation about new features…_ **🚀 Feature Request** Hi there! It would be able to route base on header value of a specific...
Dask version `2022.11.0` which uses version `2022.11.0` of `distributed`. `distributed` changelogs: https://distributed.dask.org/en/stable/changelog.html
Followed guide [here](https://github.com/grafana/jsonnet-language-server/tree/main/editor/vim#jsonnet-language-server-integration-for-vim) for nvim-lspconfig, then installed `jsonnet_ls` using `LspInstall`. `LspInfo` does recognize the `jsonnet_ls` config, but the filetype is not detected. Also followed the steps outlined in the [nvim-lspconfig...