Aleph Retamal

Results 11 issues of Aleph Retamal

Hello! I have a project with mulitple frameworks and many of the frameworks use TinyConstraints via Carthage. When trying to migrate to SPM, I bumped into an issue where it...

Hello, I've been trying to set up Peril locally by following [the docs](https://github.com/danger/peril/blob/master/docs/local_dev.md). Everything works fine until I try to run a Dangerfile. I cloned the `danger/peril-settings` and did some...

Many of the contracts here have some extra functionality, for example if we look at the ERC20s, **Solmate** and **Maple** implements ERC-2612 permits, while the basic **OZ's** ERC20 doesn't. Comparing...

1. Install [foundry](https://github.com/foundry-rs/foundry) and [solc-select](https://github.com/crytic/solc-select) 2. With solc-select install solidity versions from 0.8.10 up to 0.8.17 3. Add the missing commands to Makefile https://github.com/alephao/solidity-benchmarks/blob/2a5d94e284d551113afe33f4337a453b8d8ce03a/Makefile#L5-L10 4. Add the missing versions to...

hacktoberfest

**Updated swift-html to a more recent commit [swift-html to be9d301](https://github.com/pointfreeco/swift-web/commit/1d17f699a64c8a14d3184752f6f84a66ead8e960)** **Using swift-snapshot-testing 1.15.3 instead of the async branch** - This change broke the `Conn` snapshot strategy, to fix it I...

I've been using DuckDuckGo iOS in a slow connection for the last week and an annoying issue keeps happening consistently, below is a video showing the bug and the steps...

Something like ## Installation #### Manually Download and drop ```KDLoadingView.swift``` in your project.

Some times we have a data source that is not optimal for our template, so I would like to format the data before I pass it to the template. For...

feature

If I have multiple files that I want to render, I would need to type the command multiple times or I could write a script that runs those commands, for...

feature