Wojciech Gomoła

Results 10 issues of Wojciech Gomoła

**Is your feature request related to a problem? Please describe.** In some cases I would like to mark cache entry as "to reload in next use" so pretty much remove...

**Describe the bug** An application that uses cache sometimes freezes, **To Reproduce** Steps to reproduce the behavior: 1. Create a component that uses a cached value with the given key...

There are couple of tutorials that describes how to increase hashrate on RX 4xx and 5xx family graphics cards. Does it affect hashrates in xmr-stak? I can violate licence by...

If something bad would happen during liveness check, exception details are not included in logs. I have also added code that logs details of exception that occurred during setup or...

There should be way to pass proxy data into connection created by Sparkle (proxy server address, and credentials). DownloadFile method of download.cpp should use [InternetSetOption](https://msdn.microsoft.com/en-us/library/windows/desktop/aa385114(v=vs.85).aspx) to pass those settings.

I would like to be able to replace Calendar element. I have 2 requirements that are not doable with current API. 1) I need to display Quarters in the calendar...

There are 2 issues fixed here: * When the mode is set to the "month" and the first event starts in August, July is the first month. The year label...

![image](https://user-images.githubusercontent.com/7465665/193999056-c045e12a-06fa-4683-93cb-a8090e858de6.png)

* Align year label properly for Quarters mode (image1) * Add right-end vertical line * Align year label in the middle of the partial year (image 2) ![white-space-right](https://github.com/MaTeMaTuK/gantt-task-react/assets/7465665/1ab9cfb9-078f-4ba8-9e88-0ab9e9474c65) ![missaligned-qurters-year](https://github.com/MaTeMaTuK/gantt-task-react/assets/7465665/e68587c1-daef-4bdf-98c8-e8f37bfef4e2)

I have converted [this article](https://octopus.com/docs/octopus-rest-api/examples/artifacts/create-and-upload-artifacts) to use curl: ``` # Upload file content curl -v -X PUT -F [email protected] -H "X-Octopus-ApiKey: ${OCTOPUS_API_KEY}" "${uploadUrl}" ``` Unfortunatelly it includes http part data:...