Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Numpsy created a review comment on a pull request on ironfede/openmcdf
I don't know what the historical reason was for it being different, but the new major version seems like the right time to change it if wanted
Numpsy created a review comment on a pull request on ironfede/openmcdf
oops, too much copy/pasting :-(
Numpsy opened a pull request on ironfede/openmcdf
Start adding some constants for properties that are treated specially
Rather than having the numerical identifiers in multiple places refs comments in https://github.com/ironfede/openmcdf/pull/259Numpsy created a branch on Numpsy/openmcdf
more_props - Microsoft Compound File .net component - pure C# - NET Standard 2.0
Numpsy pushed 8 commits to master Numpsy/openmcdf
- Throw ArgumentNullException from public methods 13a3c05
- Test consolidation with files 40ecf31
- Set v3.0.0-preview.4 d55b7e5
- Fix consolidation with transaction 08c0844
- Add cross-platform build/test config d3a3d5d
- Remove the 'cfStream' member from OlePropertiesContainer 060d59c
- Enable CodeQL f9ea92e
- Update README.md Add CodeQL badge 11ad394
Numpsy created a review comment on a pull request on ironfede/openmcdf
There's a similar situation with the Behavior proprerty as well, though nothing actually checks that as it stands
Numpsy opened a pull request on ironfede/openmcdf
Read the PropertySet Locale property into the PropertyContext if the …
…property is present in the file As long as PropertyContext has a Locale property, I think it should be populated where possible, and as it happens the existing 'Issue134' test file contains a L...Numpsy created a branch on Numpsy/openmcdf
populate_locale - Microsoft Compound File .net component - pure C# - NET Standard 2.0
Numpsy created a review comment on a pull request on serilog/serilog-sinks-trace
Visual Studio is suggesting using a primary constructor here - are we dpong those or leaving that at the 'traditional' style?
Numpsy opened a pull request on serilog/serilog-sinks-trace
Seal TraceSink
Just what it says on the tinNumpsy created a branch on Numpsy/serilog-sinks-trace
seals - The diagnostic trace sink for Serilog.
Numpsy opened a pull request on serilog/serilog-sinks-trace
Dispose the StringWriter created in Emit()
Fixes #24 (Maybe this was one of those 'it doesn't really dispose any resources so we don't really care' situations?)Numpsy created a branch on Numpsy/serilog-sinks-trace
dispose_sw - The diagnostic trace sink for Serilog.
Numpsy opened a pull request on ironfede/openmcdf
Remove the 'cfStream' member from OlePropertiesContainer
RFC - is it needed? It gets set in the constructor and then never used, and i don't think there should be anything that uses it after the constructor has completed.Numpsy created a branch on Numpsy/openmcdf
deprop - Microsoft Compound File .net component - pure C# - NET Standard 2.0
Numpsy created a comment on an issue on ironfede/openmcdf
Is that trying to read 4 bytes into a 4byte buffer starting at the 3rd byte? (the docs for Stream.Read says it throws when 'The sum of offset and count is larger than the buffer length.')
Numpsy pushed 2 commits to master Numpsy/Avalonia.FuncUI
Numpsy created a comment on an issue on dotnet/Open-XML-SDK
I gave the 3.1.2-ci0019 CI build a test, and the error I was seeing has been fixed by that :-)
Numpsy pushed 21 commits to master Numpsy/openmcdf
- Add SwitchTo filename overload Fixes: #237 622dc29
- Make IBinarySerializable internal The previous visibiity changes should have made all usages internal 04be789
- Make PropertyDimensions internal Another small thing where all the usages are internal now 6f4d31f
- Seal PropertyContext bafb6c8
- Improve netstandard2.0 performance d146d09
- Use FileFormatException in more places 5101cad
- Check chain indexes against the sector count 3a37f92
- Check FAT values against the stream length 923a923
- Improve FAT chain loop detection Improve loop detection time, but limit memory usage and HashSet operations with bin... aa1c1ea
- Detect FAT cycles with Floyd's algorithm c5ed58e
- Detect mini FAT cycles with Floyds' algorithm 9efa549
- Fix file read benchmark 03ce131
- Add RootStorage.OpenWrite and tests 8124b1c
- Add file access overload to RootStorage.Open 1c1d53e
- Set v3.0.0-preview.3 8ae23e0
- Enable UseArtifactsOutput 23529dd
- Enable Central Package Management e6f5d89
- Update System.Memory to v4.6.0 f32dfa6
- Update Microsoft.NET.Test.Sdk to v17.12.0 630d27c
- Use IndexRange package for netstandard2.0 e4567ed
- and 1 more ...