r3econ

Results 10 issues of r3econ

Is there a way to set cache-control to Azure blob storage items when uploading them using this action?

I have a .NETFramework v4.7.2 app where I am trying to add Prometheus metrics. I followed the tutorial and added: ``` var server = new MetricServer(hostname: "*", port: 19090); server.Start();...

**Describe the bug** Linting swift code does not work. The error appears: ``` ... Status: Downloaded newer image for norionomura/swiftlint:latest The `swiftlint autocorrect` command is no longer available. Please use...

bug
O: stale 🤖

I fixed a typo.

### Issue type **I'm submitting a ...** (check one with "x") * [x] bug report * [ ] feature request * [ ] question about the decisions made in the...

**Acknowledge the following** - [x] I carefully read and followed the [Getting Started](https://github.com/alshedivat/al-folio#getting-started) guide. - [x] I read through [FAQ](https://github.com/alshedivat/al-folio#faq) and searched through the [past issues](https://github.com/alshedivat/al-folio/issues), none of which addressed...

bug

Many times in the docs I see that the arguments passed to functions should be `represented using two's complement representation`. My question is how to convert a number to its...

I am unable to use KeychainWrapper. It gives me `Cannot find 'KeychainWrapper' in scope` error. Xcode shows this class as unavailable in current scope. `@KeychainValue` decorator works correctly though. I...

bug
documentation

This commit introduces Fastlane for building the iOS project and integrates it with GitHub Actions. - A `Gemfile` is added with `fastlane` as a dependency. - A `fastlane/Fastfile` is created...

This commit introduces a comprehensive suite of XCTest unit tests covering the majority of the Swift files in your Spacequest project. Due to limitations in my current execution environment, these...