Marc Ranolfi

Results 19 comments of Marc Ranolfi

- 'as a service' - 'call to action' - 'control groups?' - 'cloud' _(replace with 'cloud computing'?)_ - 'on board' - 'estimate' - 'bright' These would be my suggestions for...

For what it's worth, I seem to remember the original _**depends.exe**_ was written in C++.

Figured this wouldn't be so useful without a way to also specify libraries for the linker. Perhaps Code Runner could save a file under `./.vscode/` like VS Code does, where...

This is why what I wrote [on Discord](https://discordapp.com/channels/634104110131445811/635510793961472020/671448702790926357) last Monday is important: > @ozewski cc: @luap42 re: https://github.com/codidact/core/pull/30/commits/4c51350e08a2be86d0dbecdba273e99eb874f713 > > Was this change done in the GitHub UI? > >...

Quick fix: Reference a release tag, but never _master_: `https://raw.githubusercontent.com/codidact/landing-page/live/2020-01-07T2316Z/source-assets/img/logo-codidact.png`. Proper fix: copy the asset to this repo and source it from here instead. FYI, future assets source should be...

Do we really need to implement anything at the application level to manage this? AFAIK it's usually done at the server level (URL Rewrite in Apache, IIS or whatever else)....

> The rewriting should only happen if some configuration option is turned on. Is this requirement specified somewhere? I must have missed it (and, in principle, don't agree with). >...

> Your formatting is broken, you have to put a newline after a quote, otherwise it is lazily continued. Got it, ty. Let me follow up on those and come...