Pierre-Yves Gérardy

Results 60 issues of Pierre-Yves Gérardy

I installed all dependencies using Homebrew, and when try to compile the GSL Shell, I get the following: https://gist.github.com/pygy/bcc04edb58deb1d163d6 X11 is installed and works properly, as is Xcode (4.6) and...

Do you plan to migrate to the 2.1 branch? It is faster than v2.0.x, and AFAIK stable enough to be used in production at CloudFlare.

Have you thought of using the latest and greatest in pure DOS programming, i.e. [unreal mode](https://en.wikipedia.org/wiki/Unreal_mode) which lets you access the whole range of memory from real mode, as a...

As its title implies... The move is in progress, I'll ping you when it's finalize and this can be merged.

It would be nice if the v1 beta was available on NPM. Just doing `npm publish` from the root as is would make the beta the default version, which is...

build / packages / CI

Hi, it would be awesome if you could add the possibility to swap the ⌃ (control) and ⌘ in the VM. I have the ⌘ + C + V, S...

enhancement
settings
qemu

As previously discussed in Zulip (and as described by @JAForbes [here](https://github.com/JAForbes/pr-release/blob/next/lib/notes.md)), we should create `next` and `release` branches for v1 and v2 releases once v3 is out. I suggest we...

Type: Enhancement

https://github.com/MithrilJS/mithril.js/blob/next/.github/PULL_REQUEST_TEMPLATE.md still instructs users to update the changelog, but pr-release is in charge now. I'd remove it, but wanted to make sure that we don't need some PR formatting advice...

Type: Bug

We currently have - https://github.com/MithrilJS/mithril.js/blob/next/docs/changelog.md, the legacy, hand-curated change log used to generate the docs Web site, and - https://github.com/MithrilJS/mithril.js/blob/next/docs/recent-changes.md, which is generated by pr-release, but not propagated to the...

Type: Bug
Area: Documentation

`m.route.set()` doesn't set the hash directly anymore, meaning that non-pushState-based routing doesn't work anymore. There are however some `onhashchange`-related code in the router. **Mithril.js version:** v2.2.2

Type: Bug
Area: Core