Marc Porciuncula

Results 7 issues of Marc Porciuncula

I can't seem to find the way to contribute to a wiki on Github. Here's some documentation on AjaxOperations I've put together. https://gist.github.com/MarcoThePoro/f5eedcbc585fa93968e28af896034d06

Hi, it seems to me that `metalsmith-sass` is reading `@import`ed files straight from the source file rather than that found in the metalsmith pipeline. In my project, I need to...

I have an interface with a field where there is a nullable field for which one implementer has the field marked nullable and another implementer has the field is marked...

:beetle: bug

Hi, I've added checks for the `window` global before any accesses to `window` or `document` so that Keen-UI can be used for SSR (and nuxt.js). `UiTooltip.vue` and `UiPopover.vue` have a...

enhancement
intend to add

Many modern web frameworks disambiguate their own custom tags from native html tags by capitalising the name of the tag. For example, I am using React and [Next.js](https://github.com/zeit/next.js), which exposes...

In jsx you can use the spread property syntax `{...object}` in place of a property-value pair in a tag. less-than-slash was skipping any tags that had this. This adds support...

In `package.json` you can specify `activationHooks`, an array of events that will trigger the activation of the package. When you specify activationHooks, your package no longer activates on boot, but...

enhancement