Matthew Molloy

Results 27 comments of Matthew Molloy

Probably just leave as is, but clarify the documentation. I do not have multiple project references but I set build: true because I needed to set ‘write-references’ true to get...

Any more thoughts @piotr-oles ? To help solve this issue I need to understand the design intent points 1) and 2) above

Thanks for the quick reply Andrew, Your Gradle plugin calls the clojurescript compiler.build command. There is also compiler.watch command which should be more performant. By the looks of things, you're...

Looks like that would require a PR to the clojurescript project. On Tue, 12 Jan 2021, 00:07 Andrew Oberstar, wrote: > e.g. This might be a case to enhance the...

You only need a single call to `make-routes` for each page. In your case `next` and `previous` are not called during the initial render. Thus we put them in the...

It will generate all endpoints that each defcomponent refers to recursively provided that they have the ^:endpoint metadata. They will all be nested to the same level. As you mention...

According to [Contributing.md](https://github.com/jsdom/jsdom/blob/master/Contributing.md) All tests for web platform features (as opposed to features of jsdom itself, such as the JSDOM() constructor) should be in [web-platform-tests](https://github.com/web-platform-tests/wpt) format. How do you decide...

Sorry for the delay in updating @domenic , I do think this is quite an important bugfix however. The issue is that if we make an invalid XMLHttpRequest and then...

Thanks @domenic!!! > On Oct 29, 2022, at 18:13, Domenic Denicola ***@***.***> wrote: > >  > @domenic approved this pull request. > > Thank you! > > — >...

Thanks @Ramblurr ! I'll make sure to do that. Will you publish the template stack to e.g. clojars?