Anthony Jackson

Results 35 comments of Anthony Jackson

Does yaws have build support for rebar3 yet?

So I managed to get it working I think, using the following `rebar.config` file. ```erlang {deps, [ {yaws, {git, "https://github.com/klacke/yaws.git", {tag, "yaws-2.0.5"}}} ]}. {plugins, [{pc, "1.6.0"}]}. {overrides, [ {override, yaws,...

Perhaps you could add this to your top level `README`? With everyone moving to `rebar3` this is probably the most pertinent question to a developer coming across `yaws` for the...

@thepian I see you have an item to support socketcluster. Could you detail briefly what socketcluster is compared to socketstream? They are both large libraries and I am struggling to...

Any update? I cant run this image on the new M1 Apple chips

In the meantime I have built some of the swagger tools, as per the buildx instructions above. Images - `expend/swagger-editor` built against `swagger-editor-3.18.2` - `expend/swagger-ui` built against `swagger-ui-3.52.5` - `expend/swagger-codegen-cli`...

Its not entirely obvious to me how to build swagger-codegen-cli-v3

If you look through the code jest trying to call an api to`ts-node` ```js let registerer; // Load the TypeScript configuration const loadTSConfigFile = async configPath => { // Register...

You should see the following: https://github.com/JunSuzukiJapan/atom-keyboard-macros https://github.com/JunSuzukiJapan/atom-keyboard-macros-vim https://github.com/JunSuzukiJapan/atom-keyboard-macros-vim/issues/5

I have just started using Atom, about two days ago, having used vim for years. Was just pointing those interested in the issue to an existing implementation, which doesn’t actually...