langdonx

Results 22 comments of langdonx

Hmm, I may not be the guy 😭 - clone repo with `--recurse-submodules --remote-submodules` - build wxWidgets per instructions - build winsplit-revolution per instructions, which fails* (175 errors mostly surrounding...

Hmm, it was on this: ``` ~/desktop/winsplit-revolution/wxWidgets ((156045b73b...)) $ git status HEAD detached at 156045b73b nothing to commit, working tree clean ``` So I: ``` git checkout 721d62adde3f8ba8704a9cf56efeb050f652dfbf --force git...

I wasn't able to get anywhere. I don't want to keep bothering you with troubleshooting it and also just didn't want to leave the thread hanging. I think having VS2019...

> Unfortunately with the PS5 camera it is just black video currently. This is what I'm seeing as well. I didn't realize until a bit after, but is the firmware...

I [mentioned this here](https://github.com/IdanCo/ng1bs4/pull/43), but it would be so much easier to implement these everywhere if we had some nice utility functions. What do you think about a `validation.service.js`? I'm...

Hmm, we could have the best of both worlds -- every component could have at least 2 examples - The first example could be the simplest way to use the...

UI Bootstrap has support for this concept, but it doesn't do that great a job with it. It'd be nice to see modals with component support, more similar to how...

Not sure what IDE you use, but there's a VS Code extension that does an amazing job of what you describe above: https://marketplace.visualstudio.com/items?itemName=teamchilla.blueprint I use it to generate component stubs...

It might not work out since I've just noticed you have your docs in a separate directory. =/ I was die-hard WebStorm as well until I tried VS Code. =X

It would, dare I say "greatly", improve usability. It would illustrate intent to the user so that they could know whether it can simply be left-clicked (if it were just...