Liam McLennan

Results 14 issues of Liam McLennan

`npm install` for APM-Demo5 failed on a fresh clone with an error about conflicting dependencies. I used npm 7.15.1. `yarn install` worked.

review next course update

People are using promises, mostly successfully, which is good, but sometimes we may not entirely understand what they are, how they work, or how we should use them. I'd like...

Talk Requests

**Describe the bug** Given hundreds or thousands of API keys, the ingestion pages hangs. **Expected behavior** The ingestion page should not hang. Accomplishing this will probably involve reducing the detail...

bug

Installing on Ubuntu 14.10. Error is: ``` configure: error: --------------------------------------- Replicant relies upon the popt library. Please install popt to continue. --------------------------------------- hyperdex-client.target.mk:13: recipe for target '.' failed make: ***...

I have attempted to reproduce exactly the example from [the documentation](https://fsprojects.github.io/FSharp.Configuration/AppSettingsProvider.html). My code (in fsx file) is: ``` #r "fsharp.configuration/lib/net40/FSharp.Configuration.dll" #r "System.Configuration.dll" open FSharp.Configuration type Settings = AppSettings Settings.Test2 ```...

A separate project, depending on PostgresDoc, that exposes PostgresDoc unit of work as an HTTP post. Not restful because I don't want to lose transactionality. ``` curl -X POST http://domain/...

``` on Update typedefof (fun options entity -> if (entity.name = '') options.cancelTransaction "error message" ) ```