eccenux
No user record in our sample, but eccenux has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but eccenux has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
That depends. CSS prototyping is usually easier in Firefox. For example grid editing, flexbox, shape path editing. I mostly switch to Chrome when debugging PWA. Other then that Firefox gives me better UX.
class A defines a let variable. It's how the standard define it. You can replace A with: A = class {...} This works with any browser. BTW. In Firefox there is a multi line editor. With code completion. I actually find…
The project is interesting... But I don't understand your point about JSON vs JS. 1. You can store JS anywhere (all DBMS support text). 2. You can send it over the Internet... Like everything else nowadays. 3. You can…
No, for OS you decide which compilator to choose. As is with browsers. There are several languages (e.g. TypeScript, CoffeeScript, Dart) which can be compiled to JS. That is not what I personally like (the processes of…