Odin Hørthe-Omdal Urdland

Results 23 comments of Odin Hørthe-Omdal Urdland

Unconvinced about the need to split into separate git repos. Too much complexity is also a factor. Having everything in one repo Google-style is possible; it can still be perfectly...

I saw a lot of this error when trying to make our selenium tests be free of console errors. The exception message in Opera and Chromium-based browsers is: ``` TypeError:...

I never got to write full tests. But it did not break any of the internal tests for Hola when I worked there, and this patch was (and still is)...

I was bitten in the ass about this too. Maybe it would be good to mention something about this not really working?

So this project seems dead @rstacruz? This functionality would be good, so we don't have to duplicate all the code just to get access to `reconfigure`.

PouchDB does monorepo in a no-tooling way after trying Lerna: [Why we dropped Lerna from PouchDB](https://gist.github.com/nolanlawson/457cdb309c9ec5b39f0d420266a9faa4). They're still using their simple ["Alle" monorepo method](https://github.com/boennemann/alle) these years later: https://github.com/pouchdb/pouchdb (I don't...

Yeah, this is fixed, but can we get a new release, so we don't have to do it manually?

Is there documentation for GitHub integration? I sometimes suggest small FOSS projects to use it when they say they need some code review system. But it's a bit hard saying...

It's weird that `npm` has an opinion on version number to use in the first place. I can understand it's nice if it is semver because it can understand more...

Maybe using `rebase --onto`?