-
Spent 4 hours today on an aspect that I didn't expect to be notable. The system to log dialogue text didn't work and is now fixed, added a system to save the current console screen's text so as to swi…
-
### Description
Currently, tasks can only be deleted. This feature request is to add a "mark as completed" function, allowing users to track completed tasks instead of permanently removing them. This…
-
### Feature Description
Within RSC I had full control over the state, so I could modify what was being sent back to the UI. What I'm hoping for, if it doesn't exists, that I can modify the message pr…
-
I think this is easiest to explain by an example.
`function` in GOOL declares a function. It has the following type signature.
```
function :: Label -> r (Scope r) -> VSType r -> [MSParameter r] …
-
As described [here](https://github.com/langium/langium/issues/314#issuecomment-1149602978) optional elements inside an unordered group are currently not supported.
We should check how the new Chevr…
-
Under heavy load, we are getting an error from our HTTP clients, "invalid byte in chunk length". This occurs when XrdPfc gets into a bad state and starts spitting out frequent errors.
In chunked m…
-
I've tried with this solution but it leaves some bug when we change the orientation or size changed, the previous fragment when recreating it coming stack among the previous fragment and new fragment,…
-
In setting up the server, I'm running into the question of how to do error handling in a way that ensures all state changes are atomic. When handling user input, we have to be careful not to partially…
-
currently:
if (var & bitmask)
should be:
if(var & bitmask == bitmask)
-
1) Bug fixes
- Helpdesk 9/2024
2) Invisible annotations
- As FinBIF admin, I want to filter out some observations from specific services (like analysis or result services), without stating th…