- Package search (for stable channel)
- An unofficial multi-channel package search (for all recent channels, including stable - currently not being updated)
- Options search (for stable channel)
- A list of channels, and when they were last updated
- A timeline of channel builds
- A source code search (that actually works!) of all NixOS repositories; Nix, nixpkgs, etc.
I have been struggling to start a new project with Phoenix 1.3 and the new vue-cli 3 for Vue.js. There are tons of example already but none of them suited my needs, because:
- I want to use the new Vue-cli to select the features that I want,
- I do NOT want to setup Webpack (I know, what a shame!). The new Vue-cli includes the new vue-cli-service, which uses an instance of webpack-dev-server, so you don't have to import it manually in your project.
- I do not want to use Brunch.
Assuming that you have Elixir and Phoenix 1.3 are both installed, let's build our new App.
interface IConfig{ | |
chunkSize:number | |
} | |
class IterableFile implements AsyncIterable<string>{ | |
private reader : FileReader; | |
private file:File | |
private config : IConfig = {chunkSize : 64 * 1024} | |
constructor( file:File,config :Partial<IConfig> = {}){ | |
this.file = file |
Some things that are "better" with this BetterPromise
implementation:
-
BetterPromise # then(..)
accepts aBetterPromise
(orPromise
) instance passed directly, instead of requiring a function to return it, so that the promise is linked into the chain.var p = BetterPromise.resolve(42); var q = Promise.resolve(10); p.then(console.log).then(q).then(console.log);
All code is available in example app - https://github.com/maxivak/webpacker-rails-example-app
# Examples of Different Styles and Syntax | |
# legal / positive case / you can do these stuffs | |
# --------------------------------------------------------------------------- | |
# single line, nothing special | |
Enum.map(0...2, fn i -> IO.puts i end) | |
""" | |
0 | |
1 |
This page is a summary of the GDS profile of Registers (e.g. specific choices above the entry log level). This is the version that orc
processes.
Mostly this is from https://raw.githubusercontent.com/openregister/specification/rsf-spec/index.html which can be downloaded and displayed locally.
RSF as per: https://github.com/openregister/registers-rfcs/blob/rsf-spec/content/rsf-spec/index.md
This is a fork of and builds upon the work of Eddie Webb's search and Matthew Daly's search explorations.
It's built for the Hugo static site generator, but could be adopted to function with any json index.
To see it in action, go to craigmod.com and press CMD-/
and start typing.