Kasper Østerbye

Results 82 comments of Kasper Østerbye

Not sure this is the same, but this request: ``` https://finnhub.io/api/v1/stock/candle?symbol=novo_b.co&resolution=D&from=1630965600&to=1631570400&token=... ``` do not return the same result each time. The dates are from 2021-09-07 to 2021-09-14. Just looking at...

Thanks for the compliment Cris. I might know Pharo, but am completely ignorant of Moose. I validated a few days ago that the `PlantUMLBridge` does indeed still work in both...

I saw that the reverse direction was part of what the gizmo could do. I never really studied Gizmo and Moose. What is the usage scenario of reversing? I need...

OK, I am still not sure about the use case, but I like the symmetry of it. I will take a look at the method you proposed. Is it intentional...

It turns out that in some cases one can use the "_" (underscore) instead of "-" (dash).

Thanks - I added this to the github issue for others to find. Best, Kasper > On 14 Mar 2021, at 17.07, TimMonks ***@***.***> wrote: > > > Hi, I...

I am unfortunately still hit on my reading, so I might have misunderstood something there. I just wanted to point out that there are a number of URL which is...

Make sure it is not because someone changed the splitter to wrongly use "|" where it rightly used space. I saw not too long ago. I have too much health...

Interesting, perhaps because we use different install strategies! I do it slightly different: Latest p11 Pull MD Not preloading but ![image](https://user-images.githubusercontent.com/17723745/203337035-b6875347-3a33-4eed-9cd1-be45382b6b51.png) And loading using Iceberg/Metacello ![image](https://user-images.githubusercontent.com/17723745/203337303-9a05f921-9364-449a-8136-741b214530c9.png) When propted, I pick...

I never really looked at that `/preLoading.st` script. I am worried about ObsoleteClasses. I do not get any any errors doing it your way either though. At least we both...