MosheL

Results 35 comments of MosheL

just to document a better ugly way: ``` services.Remove(services.Where(f => f.ServiceType == typeof(FubarDev.WebDavServer.Handlers.ICopyHandler)).First()); services.Remove(services.Where(f => f.ServiceType == typeof(FubarDev.WebDavServer.Handlers.IMoveHandler )).First()); services.Remove(services.Where(f => f.ServiceType == typeof(FubarDev.WebDavServer.Handlers.IDeleteHandler)).First()); services.Remove(services.Where(f => f.ServiceType == typeof(FubarDev.WebDavServer.Handlers.IPutHandler )).First());...

MKCOL is writing on objects, I understand right ? thanks for all

nice. Thanks !

Thanks for response: I want to add something from today's log: 2022-08-23T04:10:19 | Error | opnsense | /usr/local/etc/rc.newwanip: Failed to detect IP for WLAN2[opt5] |   -- | -- | --...

`detectBrowserLanguage: false` can help you until they will fix

Hi. I see you move my #21458 problem to here. In my platform we don't have a missing `babel` modules and the code is works but with high memory usage....

Thanks for response. For me, you solve the problem. Thanks. maybe this need to be documented somewhere for the next developer.

there is no error message. the code in the example is working byt responded with a 24-bit. an error can be good. thanks.

You are right, but not always. When I am using a image without alpha channel, it working as you descibe in your comment. but if not, it not working as...

the problem was disappeared after an upgrade. Thanks