Nikolas

Results 17 issues of Nikolas

Hi! Been using Sultan for a little while now and i've found one part that should be improved. from api.py -> cmd -> run() ```python except Exception as e: result...

Hi! I got an wierd issue with the edge agent. ## What i can see: ``` 2021/08/30 07:15:41 [ERROR] [internal,edge,stack] [message: an error occured during stack management] [error: Get https://osl-portainer1:9000/api/endpoints/15/edge/stacks/1:...

Hi! Would it be possible to add Code highlight support? For example via one of these: https://www.gatsbyjs.com/plugins/gatsby-remark-shiki/ https://www.gatsbyjs.com/plugins/gatsby-remark-highlight-code/ Personally i could not get any of them to work, but then...

### Discussed in https://github.com/nuxt/content/discussions/2411 Originally posted by **N0K0** November 5, 2023 Hi! Hitting a wall when it comes to using the afterParse hook. I'm able to change the value of...

## Description So this is a facinating problem. I've forked transformer-remark here: https://github.com/N0K0/gridsome-transformer-obsidian (Note what i've written in the readme if this is a giant XY problem too! ) Blog...

Hey! Looking over the event types in GitLab, I get a feeling some are missing from the plugin? ![image](https://github.com/mattermost/mattermost-plugin-gitlab/assets/13900053/c88d565e-8efa-49fc-a0e4-f3e0dd1c9651) Namely, Release and Deployments would be super to have access to...

Code: ```python class ConfigRoot(BaseConfig): # type: ignore mail: dict[str, MailConfig] redis: RedisConfig CONFIG_SOURCES = FileSource(file="config.toml", file_from_env="CONFIG_FILE") ``` What I'm looking for is for a way to make it so that...

enhancement
good first issue

I got some microservices defined in a monorepo, and the goal with tilt is to be able to run them, and if activate a switch/bool button I will rerun the...

Hey, the images in the readme is no longer accessible at imgur, whic breaks the readme and Theme Gallery page :(

Hi! Noticed that settings attributes was not possible (or am i potentially blind? :D) I have not added new tests as of now. Also: I'm a bit confused if there...