OpenSpacesAndPlaces

Results 10 issues of OpenSpacesAndPlaces

Tried all sorts of variations like this: At 10:00 AM and At 12:00 PM and At 02:30 PM and At 08:45 PM At 10:00 AM every day, At 12:00 PM...

How would I use this to just render templates with? We're building an MVC site. We'd like to streamline to use one template format. (rather than needing to know Razor,...

FAQ

I posted here, but hadn't heard anything back: https://github.com/zzzprojects/html-agility-pack/issues/58 ___ Is there a fix for this? Using e Include="HtmlAgilityPack.NetCore" Version="1.5.0.1" Trying to modify and SVG and it keeps removing the...

Where "MyField" and "MyOtherField" are non-nullable integers. I'm able to create distinct groupings no problem like: `GroupBy(p=> new { MyField = p.MyField, MyOtherField = p.MyOtherField}).Select(p=> p.First())` I'm also able to...

type-bug
customer-reported
area-query
ef6-parity
punted-for-7.0

Upgrading from 3.3 to 7.2.2, I'm getting this error when the introspection query runs from the GraphQL playground. Not finding any info or direction to solve this one. I did...

complexity

\Implementation\FixedLengthLineBuilder.cs `protected override string TransformFieldValue(IFixedFieldSettingsContainer field, string lineValue)` This doesn't check for null fields and instead pads the field no matter what. I ended up needing to add the following...

Using FixedLengthFileEngineFactory. When there is a type conversion problem like "is not a valid value for Int32". It doesn't get handled by "handleEntryReadError:" and instead throws a global exception. ```...

I've run into a processing case where the file is following a non-standard approach of RPad and LPad. This could be worked around with type converter, but was wondering if...

I might be missing a setting, but is there a way to verify the overall length of the line? I was setting up some test cases for errors, and one...

Great work here! Using FixedLengthFile/FixedLengthField. Would be helpful if ITypeConverter instances had access things like: - Destination Object Type (not the property) - Line Number - Column Number Right now...