Timoses
Timoses
/remove-lifecycle stale
/remove-lifecycle rotten 16 apr. 2023 07:55 av ***@***.***: > > > > > The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. > > >...
/remove-lifecycle stale
Hey tony. Sure. As an example, I have the following ``` session = None sessions = self._server.attached_sessions if len(sessions) > 1: log.info('There are more than 1 sessions active. Unable to...
What about a simple configuration field in one of dubs settings.json? E.g. "installPath". When it is not set and a user runs `dub install` it prints `Specify installPath in settings.json...
I would add this as an example in the `.env.default` so it's clear. Perhaps even document it in the above comment so it's clear? Actually, the comment above could document...
#4 was merged and contains a `venu#unregisterAll()`. Regarding the event, I'm thinking of something like: ``` venu#create(, ) ``` where `` is called: * either before the menu is printed...
I'm trying to keep flexibility in mind. E.g. a user might want to import only a specific `:amenu` section into a specific menu. So if the user could do ```...
In hindsight, I believe the autocmd approach is solid. - [ ] I'll see if I can document this approach somewhere. What is the `StartVenuCallback` for? It looks like letting...
Could you give some examples (code) on * where "Global callbacks aren't allowed to start with lowercase letters" to reproduce the behaviour and * usage of second option (config dictionary)...