Knut Wannheden

Results 110 issues of Knut Wannheden

Maybe I am missing something, but if I in my history have a directory like `framework` I would like to be able to type `z fwk` to change to that...

feature

It appears that this plugin has the same problem the Maven plugin had a while back: kongchen/swagger-maven-plugin#377. According to the specification the `operationId` must be unique within the whole API....

Is this library compatible with Jansi 2? If yes, what does that mean for GraalVM compatibility? It looks like Jansi 2 already provides some level of native support. Is then...

Looking at the implementation of ConcurrentRadixTree#getDescendantValues() (as used by #getValuesForKeysStartingWith()) I get the impression that the performance could be improved by not using lazyTraverseDescendants(), as it creates all these intermediate...

For my particular tree I have run some performance measurements indicating that around 15% of the time constructing a tree is spent in NodeUtil#ensureNoDuplicateEdges(). I think that is a rather...

There are a few classes and interfaces which declare methods with `Character` parameters or return types. Examples are `NodeCharacterProvider#getIncomingEdgeFirstCharacter()`, `Node#getOutgoingEdge()`, and `NodeUtil#binarySearchForEdge()`. But it seems like in the character value...

I was wondering if it would be possible to implement an optimized initial load of a ConcurrentRadixTree, where multiple mappings are supplied (maybe using a builder pattern). I suppose the...

### Problem I wanted to create a Streamlit application which has an input text field which immediately responds to user input, e.g. like the Google search field does. Something like...

enhancement
st.text_input

**In which part of the interface would this feature applies?** [ ] 1. Load your data [ ] 2. Choose a chart [x] 3. Mapping [ ] 4. Customize [...

enhancement

SQL Server supports querying views with the `AS OF` clause and SQL Server will transparently apply the clause to all temporal tables participating in the view definition's query. See https://docs.microsoft.com/en-us/sql/relational-databases/tables/querying-data-in-a-system-versioned-temporal-table?view=sql-server-ver15#using-views-with-as-of-sub-clause-in-temporal-queries...