Nabeel S.

Results 133 comments of Nabeel S.

Yes, it's a possibility, if I can migrate existing keys easily. I have to look into it in some more detail

It's an interesting idea! Regarding leaflet, you can change the layers yourself by modifying the template, so that might be covered. In terms of ACARS... does Minecraft have an API?...

I haven't really documented the API for posting, but it's pretty straight forward... the endpoints are all in the routes and the inputs are in the app/http/requests service. I can...

I'm not sure I'll get time to document this on the docs site, but the full flow is in the unit tests: https://github.com/nabeelio/phpvms/blob/dev/tests/AcarsTest.php#L440 Basically you call prefile. you can [add...

> > From SimBrief API Docs; > ``` > All weights except the paxwgt value must be in thousands of pounds, but can be specified with up to 3 decimal...

Got it, changing the input to int makes sense

I believe he is looking into integrating this

The idea is interesting but needs more thought

I have a MenuItems. I'm trying to migration from https://github.com/Kinnara/ModernWpf, but also having issues with getting Prism integrated. I don't mind changing away from it, though. What's using WinRT? I...

I use the Dispatcher to make sure it's being run on the main thread