Justin Kruger

Results 13 comments of Justin Kruger

It would be neat if games sorted by date would have folders auto generated by year.

I have a feeling that it runs out or memory and crashes nearly silently, and continues on. I have several problems with this running locally on my 2080 Ti on...

i'm refactoring some code on a common library of ours, so there is the `app-scope` and `lib-app-common-scope`. Right now the `defaultPath` is set up to make the `app-scope` references easy,...

I was thinking about that, but the generated moduleIDs i'm getting have `some/path/.../.../.../some/module/main`, or other variations that don't work.

i've even tried to do `require.toUrl('some/module/name')`, but i have not tried that in the actual template.....testing.

so i have options scope for the module-loader-require, but not the template-loader-require.

I have been working on a refactor based on the notion of the module and default paths == `''` ( ex. `ko.bindingHandlers.module.baseDir = ''` and `ko.amdTemplateEngine.defaultPath = ''`), however, relative...

Yeah, @rniemeyer, I know. It's a tough one. This is what i'm playing with now, but app then becomes still specific, and not relative to the app. Being that we...