Oldřich Jedlička
Oldřich Jedlička
All issues mentioned here are fixed in #489. It uses `session:get` and `session:set` API instead of old-API simulation (simulated by calling `session:set_data` and manipulating the passed-in table afterwards).
There is a real issue in [lua-resty-openidc](https://github.com/zmartzone/lua-resty-openidc/pull/489#issuecomment-1843287528) library. The library accepts either a session configuration (library starts the session) or a started session (application starts the session). Moreover, in case...
You are in a library, which received already opened session. So what > > it might happen that when user without cookies visits directly the logout URI > > @oldium,...
Yes, anything like that. And having `session:exists` would be nice anyway 😅
Is there any update on this? There has been no update for almost five months. It would make sense to do a small point releases every month with individual fixes...
Thanks for the release, perfect timing - just in time for my Pull Request for minikube 😅 https://github.com/kubernetes/minikube/pull/16232
@sasumner It looks like that this is not Scintilla-specific, but Notepad++-specific issue, so the “scintilla dependent” label on this issue is not correct.
I understand the point of Scintilla maintainer. The `ChooseFont` call is not part of Scintilla, so Scintilla should not be responsible to translate font representations from GDI [RBIZ font model](https://learn.microsoft.com/en-us/windows/win32/directwrite/font-selection#rbiz-font-family-model)...
I think what we miss is actually more flexible `ChooseFont` implementation, which works with font faces, weight, width etc. This GDI version is simply too old for modern applications and...
Your Scintilla patch is actually a step backwards, because you are interpreting the values coming into the new DirectWrite API in a GDI fashion. Anyone who wants to take full...