Roger Far
Roger Far
I tried using this in a .NET core 2.0 app but it's all quite different now, lots of obsolete messages.
I am trying to parse an XML where some elements have a single attribute `xsi:nil="true"` and no contents. But it parses it to: `{ _xsi:nil: "true" }` Would it be...
When I parse my OData string with this datetime: `datetime'2014-07-10T00:00:00.000'` I get an error: `String was not recognized as a valid DateTime` I noticed this code in `DateTimeNode.cs` ``` var...
I have an OData query like this: http://localhost:41084/odata/Appointments?$expand=Person,Person/Address This will give the following exception: A specified Include path is not valid. The EntityType 'Site.Data.Appointment' does not declare a navigation property...
Hey all, we're using the cancellationtoken library in production for a while now without any issues, it possible to take 2.3 out of RC status and release it? Thanks!
### What happened? NewPullRequest does not contain the field "head_repo", used for cross-repository pull requests: https://docs.github.com/en/rest/pulls/pulls?apiVersion=2022-11-28#create-a-pull-request ### Versions Octokit ### Relevant log output _No response_ ### Code of Conduct -...
### Describe the bug When creating a dialog root and passing closeOnEscape with a reactive parameter, it won't change the behaviour when the dialog is opened. The `closeOnOutsideClick` option does...
When running too many queries at the same (I have a large amount of users and databases) a command like terraform destroy will break the provider with the error: ```...
The DateTime formatting is broken because it doesn't specify InvariantCulture, basically changing slashes into dashes depending on your system. Also fixed a broken unit test and added a missing TimesheetUpdate...
Is it possible to add `TimesheetUpdate` to the SDK? https://developer.intacct.com/api/project-resource-mgmt/timesheets/#update-timesheet