Mathias Haugsbø

Results 21 comments of Mathias Haugsbø

if you use the `:calculatePosition` prop you will be able to set classes and styles directly to the vue-select. That might solve your problem. https://vue-select.org/api/props.html#calculateposition ```JS function withPopper( dropdownList: HTMLElement,...

In my case I am successfully setting zIndex to a number higher than the modal, which results in showing the dropdown in correct position, above the modal. Using `append-to-body` and...

Adding a listener on arrowDown and arrowUp while input is in focus should open the dropdown in my opinion. This is the behavior I have used in my previous custom...

Worked for me today 🏅

> @mathiash98 Any update on this? I have not done anything more to this, I will leave it to anyone else to do something with it. A natural first step...

Bing should absolutely not be used in Norway for mapping purposes, it has large offset. Esri and Maxar is somewhat okay many places, but has very low resolution. - `Norway...

After fiddling around we first tried out hiding the interface method using the `new` keyword: ```CSharp public interface IDemoApiForClient : IDemoApi { [Get("/")] new Task Get(); } ``` - This...

I have experienced this a couple of times as well. Same error as @MaaxGr And we have also seen an error called `p.Rounds out of bounds` or something like that...

I could prepare a PR for this when I get time later this week, if there is no objections to the proposal itself

I realised that my progress completely stopped because it's not possible to run the project with node v20 or even as low as Node v10 as described in https://github.com/mapbox/spritezero/issues/82. Maybe...