Adam Knights

Results 16 comments of Adam Knights

The pre release worked really well for us, will eagerly await 4.0's full release :). Just a note for those with issues, one of the key settings will be ```...

Looking at line 304 onward of https://github.com/nashwaan/xml-js/blob/master/lib/js2xml.js - it looks like if you supply no options at all then an empty string will be returned. js2xml is called by json2xml...

Running atom as an administrator makes this issue go away, not sure whether this is expected, or should it be ok without running as administrator?

Just incase anyone finds this like myself, there are also `json_contains` and `file_json_contains` that can be used in some scenarios to workaround this. For example, if your processor has something...

@darsain any chance of an update on this or whether we should look at fixing this ourselves?

@Mmarzex any chance of a merge and release?

We've just hit this as well. We can no longer do ``` var document = Document.FromAttributeMap(attributeValues); return _dynamoDBContext.FromDocument(document); ``` I can understand wanting to break the dependency but its weird...

The only thing we spotted so far is that one of our unit tests shows `An exception of type 'System.InvalidOperationException' occurred in System.Text.Json.dll but was not handled in user code:...

Still getting these @felixrieseberg, here is what deploy.sh currently is incase it helps: ``` #!/bin/bash # ---------------------- # KUDU Deployment Script # Version: 0.1.11 # ---------------------- # Helpers # -------...

I upgraded to version 1.4.0 that you released yesterday. The error messages changed to: ``` ./Web.config Switch to the temp directory Installing ember-cli undefined:0 (null) RangeError: Maximum call stack size...