Jan Declercq

Results 9 issues of Jan Declercq

Geomap tooltip is no longer shown. After an upgrade from grafana 8.x to 9.x the tooltip is no longer show when hovering/clicking a marker. When in Edit modus, the tooltip...

When using a custom query I CAN fill a dynamic object. When using a custom query I cannot fill an object that inherits from DynamicObject. ### Steps to reproduce This...

type: feature
status: has-tests

Describe your issue. When creating a table using the SQLite.MS provider the schema does not get updated. This works perfectly when using SQLite.Classic. ### Steps to reproduce [MSTest project containing...

type: feature
provider: sqlite
type: refactoring
area: schema

Is this project still alive? What is the roadmap? Should I use a dead project for my new project?

The usage of interpolated strings should recognize const strings. The lines underneath should produce the same effect. Private Const ASTRING As String = "FOO" Console.WriteLine($"{ASTRING}BAR") Console.WriteLine(ASTRING & "BAR") Now the...

http://webpack.github.com/analyse should be replaced by https://webpack.github.io/analyse/

### Describe your issue Using a DateTimeoffset as a primary key behaves unpredictable when using SQLite.Classic. When using the MS implementation this is not a problem. ### Steps to reproduce...

type: bug
status: has-tests

### Description of the new feature / enhancement When winget upgrade --all is executed, the process can be terminated halfway if the package Microsoft.Powershell (or its equals) is updated. It...

Issue-Feature

### versions ``` Powershell sqlpackage /version 162.0.52.1 dotnet --version 7.0.305 get-content *.sqlproj | select-string '

bug
need-more-info
P1