William Bernting

Results 23 issues of William Bernting

Thanks for creating this project. To make it more available I have published my fork on npm (moresketchy). https://www.npmjs.com/package/moresketchy It leaves the hungarian calculation to another repo called munkres-js, since...

Not sure why this is happening. Is the plugin outdated with latest babel? ``` ERROR in ./file.js Module build failed: TypeError: [...]\file.js Property value expected type of string but got...

*my.module.less* in chrome devtools Before webpack 4.1.1 ``` var escape = require("../../../node_modules/css-loader/lib/url/escape.js"); exports = module.exports = require("../../../node_modules/css-loader/lib/css-base.js")(true); // imports // module exports.push([module.id, ".app-controllers-___header-module__header___...snip // exports exports.locals = { "header": "app-controllers-___header-module__header___2cDAd",...

bug

As title states, I compile less files before the babel transpile runs using webpack, but this plugin only seems to accept css?

Hey! I'm using wsl2 Ubuntu and integrated terminal with vscode and windows 10. I don't get any errors but it seems I don't get any notifications? I couldn't find and...

It would be really nice and intuitive if single-spa passed down the params from the url (like `/settings/:userId/profile` resulting a `{ userId: 123 }` object). This is fairly common among...

enhancement
contribution wanted
need more info

I have two packages that both call cancelNavigation, followed by going to a new route depending on the outcome of some arbitrary logic. The problem we have is, when one...

enhancement
need more info

``` function emptyNodeAt(elm) { var id = elm.id ? '#' + elm.id : ''; var c = elm.className ? '.' + elm.className.split(' ').join('.') : ''; return vnode_1.default(api.tagName(elm).toLowerCase() + id +...

type:bug
affects:user

Hi! Thanks for all the hard work! My org is unable to pass Props from the React component to the `register()` function for reasons (mainly regarding Functional Components and TypeScript,...

enhancement