Dan Gudmundsson
Dan Gudmundsson
I'm closing this one, since you have started with smaller PR's.
> I believe only wxe_master, wxe_util, wxe.hrl, wxe_server, Makefile, wx.app.src, and wx.appup.src are without the wx license. All those are ours and have the erlang licence?
Can you add one testcase for regression testing at least.
Can you rebase this to maint so I can include it in 27.2?
> ```erlang > ** exception exit: {badmatch,{error,{eopnotsupp,emfile}}} > in function pubkey_os_cacerts:get/0 (pubkey_os_cacerts.erl, line 39) > ``` emfile is out file descriptors, so you are leaking those or use to many.
Maybe report upstream to Fedora that they can't use libraries that assumes how signal are handled in the program that loads them. I don't know how we can fix that,...
> Great work! > > Would it make sense to have finer grained control on who can do what? For example restrict creation to the defining module while still providing...
Can you squash the commits and force-push..
I think you are already based of *maint* branch. I could merge it without getting any changes from master, what I saw at least, but could have missed something. Checked...
@josevalim strings are handled and can be overridden by the user, it is the the set of "atoms" (`true`, `false` and `null`) in json that can't be extended by the...