Re: D Forum Mobile Version - Beta

2019-11-27 Thread Nick Sabalausky (Abscissa) via Digitalmars-d-announce
I'm actually quite surprised by some of the responses. I use the web interface web whenever I'm visiting these forums from my phone, and personally, I think the CSS/layout in your version is a HUGE improvement. Most fantastic of all is that the thread list page and certain code samples are

Re: dud: A dub replacement

2019-11-27 Thread H. S. Teoh via Digitalmars-d-announce
On Tue, Nov 26, 2019 at 05:10:41PM -0800, H. S. Teoh via Digitalmars-d-announce wrote: [...] > I did consult the LDC cross-compiling page, and did modify ldc2.conf > appropriately. But somewhere along the line I must have done something > wrong, because it's still not cross-compiling properly.

Re: D Forum Mobile Version - Beta

2019-11-27 Thread matheus via Digitalmars-d-announce
On Wednesday, 27 November 2019 at 21:32:06 UTC, Johannes Loher wrote: ... What are your concerns with the regular forum on mobile devices? Look at the first post, I showed the diffs between both versions: https://i.imgur.com/wfmm035.png <- For "me" the new is cleaner.

Re: wiki: D on AVR

2019-11-27 Thread Walter Bright via Digitalmars-d-announce
On 11/27/2019 6:35 AM, Ernesto Castellotti wrote: With BetterC everything seems to be working fine, now it's time to create a framework for using D on microcontrollers! Yay!

Re: D Forum Mobile Version - Beta

2019-11-27 Thread Johannes Loher via Digitalmars-d-announce
On Wednesday, 27 November 2019 at 15:17:15 UTC, matheus wrote: On Wednesday, 27 November 2019 at 10:58:17 UTC, Bastiaan Veelo wrote: I’d recommend contacting Vladimir directly, like bachmeier said... OK I'll try that. However, I tried your version and it didn’t work well for me; I’m on an

Re: wiki: D on AVR

2019-11-27 Thread Ernesto Castellotti via Digitalmars-d-announce
On Wednesday, 27 November 2019 at 18:25:47 UTC, H. S. Teoh wrote: On Wed, Nov 27, 2019 at 02:35:53PM +, Ernesto Castellotti via Digitalmars-d-announce wrote: Hi, I wrote a page in the wiki for basic information on how to use D on AVR 8-bit, using LLVM and LDC.

Re: wiki: D on AVR

2019-11-27 Thread H. S. Teoh via Digitalmars-d-announce
On Wed, Nov 27, 2019 at 02:35:53PM +, Ernesto Castellotti via Digitalmars-d-announce wrote: > Hi, > > I wrote a page in the wiki for basic information on how to use D on AVR > 8-bit, using LLVM and LDC. > > https://wiki.dlang.org/D_on_AVR > > With BetterC everything seems to be working

Re: D Forum Mobile Version - Beta

2019-11-27 Thread matheus via Digitalmars-d-announce
On Wednesday, 27 November 2019 at 10:58:17 UTC, Bastiaan Veelo wrote: I’d recommend contacting Vladimir directly, like bachmeier said... OK I'll try that. However, I tried your version and it didn’t work well for me; I’m on an iPhone 6. I prefer the current version in the threaded mode.

Re: wiki: D on AVR

2019-11-27 Thread Adam D. Ruppe via Digitalmars-d-announce
On Wednesday, 27 November 2019 at 14:35:53 UTC, Ernesto Castellotti wrote: I wrote a page in the wiki for basic information on how to use D on AVR 8-bit, using LLVM and LDC. Nice! We should compile this option into upstream ldc so the binaries just work too for maximum convenience.

wiki: D on AVR

2019-11-27 Thread Ernesto Castellotti via Digitalmars-d-announce
Hi, I wrote a page in the wiki for basic information on how to use D on AVR 8-bit, using LLVM and LDC. https://wiki.dlang.org/D_on_AVR With BetterC everything seems to be working fine, now it's time to create a framework for using D on microcontrollers!

Re: D Forum Mobile Version - Beta

2019-11-27 Thread Bastiaan Veelo via Digitalmars-d-announce
On Sunday, 27 October 2019 at 02:11:50 UTC, matheus wrote: Hi, I use to access this Forum mainly through the WEB version, and so far It never bothered me when reading on my PC. But on my phone (An old LG K4) with tiny screen it's not very pleasant, I use this phone when I'm on the road, I

Re: Proposal for porting D runtime to WebAssembly

2019-11-27 Thread Robert M. Münch via Digitalmars-d-announce
On 2019-11-23 09:51:13 +, Sebastiaan Koppe said: This is my proposal for porting D runtime to WebAssembly. I would like to ask you to review it. You can find it here: https://gist.github.com/skoppe/7617ceba6afd67b2e20c6be4f922725d Not sure if you are aware of this: https://wasmtime.dev/