-
See this example:
`new CsvParser(new StringReader("\"a\r\";b")).Read()`
This should return 2 values, the first containing a\r, the second b, but it will contain a\r";b, as it failes to detect the se…
-
The following line of code will break puppet-lint.
`$some_var = $other_var.match(/([\w\.]+(:\d+)?(\/\w+)?)(:(\w+))?/)`
I am running ruby version 2.3.3.
I am running puppet-lint version 2.1.1.…
-
while debugging from visual studio I am getting this error at
var data = sqlContext.Read().Json("file:///C:/Mobius/build/runtime/data/order.json");
System.Exception was unhandled
HResult=-2146…
-
I am trying to write a UDF to follow the below steps
- open an existing Excel book,
- copy a sheet from that book, and
- insert the copy into the calling book
When I call this UDF from inside my…
-
### Precis
`SVG.Set` is incomplete and outdated and it is not consistently returned throughout the library. It should be either updated or removed.
### Problem
1. `SVG.Set` is missing some method…
-
Is their an example of using the VPN inside of an app ? I'm not wanting to build a client but I am wondering if there is a good example of using the code as a VPN library for an app.
I am building …
ghost updated
7 years ago
-
Now the manual of DE is generated in config,and it's a .xml document,very difficult to translate to other
language,so can you solve it?
-
(note to self!)
Being able to pass in a value for the quality of the saved jpeg would be nice. Currently the iOS version is saved at 100%, which is probably unnecessarily high, and the android at …
-
As far as I'm able to tell, the average_cost from the holding queries is not weighted.
I.e. if I have the following holdings
5000 @ 1 X
1 @ 2 X
then the average should be ~1 but it's 1.5
-
Not sure what is going on but after two different screenshares with mentors we were not able to figure out what the problem was. I commented out the test per mentor recommendation and moving on. Feel …