Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

NogginBops

NogginBops created a comment on an issue on opentk/opentk
Fixed with c74f55de8b75638ca925adb355460508f4014d25

View on GitHub

NogginBops closed an issue on opentk/opentk
Wrong nuget requirement for System.Runtime.CompilerServices.Unsafe compared to compiled assembly.
### Description In #1771 specifically 0c8808c66fe5c800a96efc031b3fb9161937de15 the version of `System.Runtime.CompilerServices.Unsafe` was updated, but the paket file was never updated. This me...
NogginBops pushed 1 commit to master opentk/opentk

View on GitHub

NogginBops pushed 1 commit to master NogginBops/opentk

View on GitHub

NogginBops created a comment on an issue on opentk/GLControl
I figured out the issue. It was an OpenTK issue. I've opened a new issue here: https://github.com/opentk/opentk/issues/1782

View on GitHub

NogginBops closed an issue on opentk/opentk
strange opentk 4.9.1 nuget package contents (OpenTK.Graphics.4.8.2 - Copy.zip)
Hello, I updated the OpenTk nuget packages to version 4.9.1 in our software and had an error: ![image](https://github.com/user-attachments/assets/0d6154f5-fcef-47e5-84e1-2feaca124dcb) I was...
NogginBops created a comment on an issue on opentk/opentk
@AlexandreAlison just to confirm, in `4.9.2` the zip file is not longer in the `OpenTK` package right? If that is the case then I think we can close this issue and keep https://github.com/opentk/G...

View on GitHub

NogginBops created a comment on an issue on opentk/GLControl
Yeah it does seem reasonable that a new `OpenTK.GLControl` is needed. I'll see if I can upgrade it later today.

View on GitHub

NogginBops created a comment on an issue on opentk/opentk
Ok @AlexandreAlison, I've found a workaround. Adding `<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />` to your project will fix this issues for `4.9.1` and `4...

View on GitHub

NogginBops deleted a branch NogginBops/GLControl

release-fixes

NogginBops created a comment on an issue on opentk/opentk
My guess is that this has to do with `OpenTK.GLControl` not knowing about the signed `4.9.2` assemblies, or something like that. Will make a new OpenTK.GLControl release and see if that works.

View on GitHub

NogginBops created a comment on an issue on opentk/opentk
Ok, I'm able to reproduce this issue! It seems like using `OpenTK.GLControl/4.0.1` with `OpenTK/4.9.2` causes the error.

View on GitHub

NogginBops reopened an issue on opentk/opentk
strange opentk 4.9.1 nuget package contents (OpenTK.Graphics.4.8.2 - Copy.zip)
Hello, I updated the OpenTk nuget packages to version 4.9.1 in our software and had an error: ![image](https://github.com/user-attachments/assets/0d6154f5-fcef-47e5-84e1-2feaca124dcb) I was...
NogginBops created a tag on opentk/opentk

4.9.2 - The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.

NogginBops published a release on opentk/opentk
4.9.2
Made nuget package builds "deterministic". (@NogginBops) Fix assembly versions to match OpenTK release version. (@NogginBops)
NogginBops pushed 1 commit to master opentk/opentk

View on GitHub

NogginBops pushed 1 commit to master NogginBops/opentk

View on GitHub

NogginBops closed an issue on opentk/opentk
strange opentk 4.9.1 nuget package contents (OpenTK.Graphics.4.8.2 - Copy.zip)
Hello, I updated the OpenTk nuget packages to version 4.9.1 in our software and had an error: ![image](https://github.com/user-attachments/assets/0d6154f5-fcef-47e5-84e1-2feaca124dcb) I was...
NogginBops created a comment on an issue on opentk/opentk
I'm going to release `4.9.2` now, it will remove the erroneous zip file in the nuget package, but I'm not sure it will fix this issue specifically. I think this is more likely a `GLControl` issue,...

View on GitHub

NogginBops pushed 2 commits to master opentk/opentk
  • Fix build to make assembly version match OpenTK version and make builds 'deterministic'. 9b9a6a8
  • Merge pull request #1781 from NogginBops/fix-build Fix 4.9.1 build problems b5e08a9

View on GitHub

NogginBops closed a pull request on opentk/opentk
Fix 4.9.1 build problems
### Purpose of this PR Make assemblies actually have a version that matches the OpenTK version. Make builds deterministic. Releasing `4.9.2` will remove the zip file reported in #1780 ### ...
NogginBops created a comment on a pull request on opentk/opentk
CI passes, generated nuget packages are deterministic and have the correct assembly version.

View on GitHub

NogginBops created a comment on an issue on opentk/opentk
I tried making a winforms project and added `OpenTK.GLControl` `4.0.1` to it and it seemed like there was an initial issue where I wasn't able to add the control through the designer, but I was abl...

View on GitHub

NogginBops opened a pull request on opentk/opentk
Fix 4.9.1 build problems
### Purpose of this PR Make assemblies actually have a version that matches the OpenTK version. Make builds deterministic. Hopefully fix #1780 ### Testing status Project built locally an...
NogginBops created a branch on NogginBops/opentk

fix-build - This Open Toolkit library is a fast, low-level C# wrapper for OpenGL and OpenAL. It can be used standalone or inside a GUI on Windows, Linux, Mac, Android and iOS.

NogginBops created a comment on an issue on opentk/opentk
Ok, so you are only referencing `OpenTK.GLControl`? Then you should be getting `OpenTK 4.8.2` though?

View on GitHub

NogginBops created a comment on an issue on opentk/opentk
Yeah, something related to the signing of the packages seems more likely to be the problem. How are you referencing the `OpenTK` package? `<PackageReference>`? Are you combining `4.9.1` and `4.8.2`?

View on GitHub

NogginBops created a comment on an issue on opentk/opentk
Though looking at the error I'm not sure this file is what is causing it... The zip file in the `OpenTK` package shouldn't be used for anything, so the error you are getting is likely unrelated t...

View on GitHub

NogginBops created a comment on an issue on opentk/opentk
Thanks for reporting this. I had some troubles when creating the nuget package for `4.9.0`, and apparently some of those issues make it into `4.9.1`. I'll release `4.9.2` were I fix the nuget pack...

View on GitHub

NogginBops created a comment on a pull request on opentk/opentk
> So, would it ok to only move out the operators but keep the underlying functions inside their original structs (aka, keep TransformColumn inside Vector while moving out the operator)? I was think...

View on GitHub

Load more