-
TLDR: I have a proposal on how we can do synchronous resource creation that has a reasonably non-sucky user programming model, while also enabling efficiency and parallelism. Please review and give m…
-
Something similar to what nginx already provides: [$request_id](http://nginx.org/en/docs/http/ngx_http_core_module.html#var_request_id).
In a microservice design it is common to assign each request a…
-
[ng-material](https://material.angular.io) - [ng-bootstrap](https://ng-bootstrap.github.io)
the idea is that we're gonna need modals, popovers, tooltips, selects and other usefull components and in…
-
I have a project in which I'm running a `shinydashboard` app to be hosted online. I started out my project by using `packrat` to do the initial set up/one-time wrangling/analysis/etc prior to building…
ghost updated
7 years ago
-
applies to all strus packages.
```
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DLIB_INSTALL_DIR=lib .
```
Then I see:
```
cd strusUtilities_explicit_document_type/src/utils…
-
_From @GeoffreyBooth on [2016-12-05 07:21](https://github.com/coffeescript6/discuss/issues/58)_
Splitting off from coffeescript6/discuss#35, this proposal is for just one new operator: `:=`, the …
-
Splitting off from #35, this proposal is for just one new operator: `:=`, the block assignment operator. So the great advantage of `let`/`const` is its block-scoping, i.e.:
``` js
let a = 1;
if (…
-
To persist employee rostering patterns and antipatterns, such as persisting that any nurse working Saturday, Sunday and Monday in a row is a bad thing, it would be useful to read and write DayOfWeek i…
-
Right now $q promises don't have any way to get their state (pending, fulfilled, rejected). There's [ajoslin/angular-promise-tracker](https://github.com/ajoslin/angular-promise-tracker) that will ke…
-
The spell checker (for English) shows warnings for some multi-word terms that are spelled correctly. Examples: boric acid; ab initio.
I can add those terms to disambiguation.xml, but an elegant alt…