Martin Angers
Martin Angers
At the moment, the MemoryStore has an absolute session expiration, while the RedisStore resets the time-to-live (TTL, using SETEX redis command) each time the session is saved (which is each...
Hello, This is not technically an error, but the `MultiService` implementation currently returns as soon as the first service has run and the parallel goroutines for the other ones have...
Hello, I'm using neovim with the [standardrb LSP configured](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#standardrb): ``` $ nvim --version NVIM v0.10.0-dev+852-g54be7d6b4 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 ``` It does report the `documentFormattingProvider` capability, but it doesn't...
#18834 (CLI part) # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Input data...
**Fleet version**: v4.48.3 **Web browser and operating system**: N/A ### 💥 Actual behavior Labels API: The `count` field is inconsistent. In the "Get", "Create" and "Modify" label it returns the...
E.g. missing integration tests and other more minor but still important things: * From E2E test, installer filename overflows the modal page when a very long name is used (same...
#18849 # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Input data is properly...
Feature branch for this story: #17315
As documented in the syntax, for loops are supposed to support the `for { ... }` format (https://risor.io/docs/syntax#loops). However, if the condition is a call, it fails with the error...
## Backend * [x] Assignee: Martin - Finish wiring up the migration of the existing ABM token (https://github.com/fleetdm/fleet/pull/21307#issue-2466128483), with tests (could not be done as part of the DB migration...