Iain Buclaw

Results 291 comments of Iain Buclaw

Does dip1021 affect signatures?

It'll probably save some time if this waits until after the next stable->master merge, as it'll need to be rebased anyway.

> Though, the issue of these builtins only working when the `-i` switch is used still remains. > > Is there an existing way to force codegen for an imported...

> windows_h.obj : error LNK2019: unresolved external symbol _InterlockedExchangeAdd referenced in function _InlineInterlockedAdd I can try to synthesize this later (Linux). But it would be useful to know how these...

> It may be a time to ask @ibuclaw for suggestions :) I only see that the package maintainers have shot themselves in both feet. 1. By making gdc and...

I almost forgot that I detest Xcode 15.0 - not only for asserting left and right, but also for being buggy as hell. https://github.com/dlang/dmd/pull/16240

I think this would sort out the oddities on the navigation menu, but would mean users can't see either the `Users` or `Groups` admin menu items: ```patch --- a/netbox/netbox/navigation/menu.py +++...

This fixes the missing Object types on the permissions page, but the `auth_group` table is still missing a clean up in the database. ```patch --- a/netbox/users/constants.py +++ b/netbox/users/constants.py @@ -3,8...

W.R.T why `Authentication and Authorization > Groups` is still visible on the list of Object types, but `Authentication and Authorization > Users` is not, the contents of `django_content_types` seems to...

Started from a clean installation --- 1. Install Netbox **v3.7.8** using `git` method as per https://docs.netbox.dev/en/stable/installation/ 2. Add `admin` permission ![01-add-admin-permission](https://github.com/netbox-community/netbox/assets/397929/ac4c3653-2444-4a85-9dd3-5876c7b764e4) --- 3. Add `admin` group with `admin` permission ![02-add-admin-group](https://github.com/netbox-community/netbox/assets/397929/b68ff6ea-ed5f-4daa-baf7-4fc11d52fe63)...