David DeSimone

Results 107 comments of David DeSimone

Thank you for the report - was this with `./configure --with-webrender`, and if so, does this issue also happen with just `./configure`?

What do we think of a json or yaml file? ```js { mod1: "0.12.0", mod2: "1.*" } ``` It can be configured for https://deno.land/x/ . MELPA packages can still be...

I like this idea a lot - right now I'm more focused on upgrading to 1.8 and some other low level tasks, but I think this would be an awesome...

I think we should lock in the following features as our major goal (not in any order): * Deno/JS * WebRender * Package Management Improvements * Git Support Not counting...

As the project grows in popularity, the more I think this is a good idea. Emacs is generally know to be good about stability, and I think we will be...

I want to upgrade us to Deno 1.9 and experiment with the ability to switch the value of `unstable` at runtime.

Since the days of remacs, this has become both easier and harder. The main challenge is linking v8, which comes as a precompiled .lib, made with the msvc tool chain....

Update: I'm personally pausing on working on this, but I will summarize my findings: Rust has two primary Windows toolschains, the msvc toolchain, and the pc-gnu toolchain. Building emacs-ng without...

@kiennq I'm going to do some work today to either 1. Make windows builds work and upload a prebuilt package or 2. Better document what I’ve done so far

Update: I still don't have windows working. What you need to do to be able to set yourself up: NOTE: Following these steps will not get you to a working...