A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.
MOVED: I used this repo for Pull Requests. I am now a collab upstream so I no longer use this. Visit:
Burnout Paradise Remastered PC bugs
:rocket: Homebrew's GitHub Actions
AdGuard Ad Blocking Filters
scan dvb stream data and output tables in a web page html format
Official mirror of version 2 of the AWS Mobile SDK for iOS. For more information, see our web site:
Bo98/bit 0
Bit is a modern Git CLI
push eventHomebrew/formulae.brew.sh
commit sha 260b97e89f7e111516c146a3c00f28582a446bc5
formula: updates from homebrew/core
commit sha 339dcf6cd62b3d4e4fb6d94a910fe133930cafd5
cask: updates from homebrew/cask
push time in 8 minutes
push eventHomebrew/homebrew-core
commit sha f10a8850d3a909724537d8a35b1c1b9b38215a7c
trailscraper 0.7.0 Closes #79185. Signed-off-by: Nanda H Krishna <[email protected]> Signed-off-by: BrewTestBot <[email protected]>
commit sha 2e25c708a3f396feb76dd5d9ce74e1641378aa85
trailscraper: update 0.7.0 bottle.
push time in 13 minutes
PR closed Homebrew/homebrew-core
- [x] Have you followed the guidelines for contributing?
- [x] Have you checked that there aren't other open pull requests for the same formula update/change?
- [x] Have you built your formula locally with
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting? - [x] Is your test running fine
brew test <formula>, where<formula>is the name of the formula you're submitting? - [x] Does your build pass
brew audit --strict <formula>(after doingbrew install <formula>)?
just released, new version of trailscraper, resources generated using homebrew-pypi-poet
pr closed time in 14 minutes
pull request commentHomebrew/homebrew-core
:robot: A scheduled task has triggered a merge.
comment created time in 15 minutes
push eventFPtje/DarkRP
commit sha e06855f5633583c55c26a8a3f4f551ccf033301e
Replace .Owner with :GetOwner() .Owner is basically deprecated at this point.
commit sha 976ae1201a45706620491c4e0e9fcf5a92f581e9
Merge pull request #3129 from Kapppa/owner-checks
push time in 22 minutes
PR merged FPtje/DarkRP
.Owner is basically/should be deprecated at this point.
pr closed time in 22 minutes
pull request commentHomebrew/homebrew-core
Thanks, @flosell!
comment created time in 36 minutes
PR opened Homebrew/homebrew-core
- [x] Have you followed the guidelines for contributing?
- [x] Have you ensured that your commits follow the commit style guide?
- [x] Have you checked that there aren't other open pull requests for the same formula update/change?
- [x] Have you built your formula locally with
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting? - [x] Is your test running fine
brew test <formula>, where<formula>is the name of the formula you're submitting? - [x] Does your build pass
brew audit --strict <formula>(after doingbrew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?
This updates Csound to 6.16.0.
Csound 6.16.0 doesn’t include some functionality that was in 6.15. This functionality is now part of a separate Csound plug-ins repository (https://github.com/csound/plugins). However, the plug-ins repository currently has no releases and is referred to as “very experimental” by Csound’s maintainers, so I don’t believe anything in it can be included in this formula as resource blocks, and this formula doesn’t attempt to restore anything removed from Csound 6.16 from the Csound plug-ins repository.
pr created time in an hour
PR closed Homebrew/homebrew-core
- [x] Have you followed the guidelines for contributing?
- [x] Have you checked that there aren't other open pull requests for the same formula update/change?
- [x] Have you built your formula locally with
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting? - [x] Is your test running fine
brew test <formula>, where<formula>is the name of the formula you're submitting? - [x] Does your build pass
brew audit --strict <formula>(after doingbrew install <formula>)?
just released, new version of trailscraper, resources generated using homebrew-pypi-poet
pr closed time in 2 hours
pull request commentHomebrew/homebrew-core
Ok, fixed my automation and created a new one. Closing this one as a duplicate of #79185
comment created time in 2 hours
PR opened Homebrew/homebrew-core
- [x] Have you followed the guidelines for contributing?
- [x] Have you checked that there aren't other open pull requests for the same formula update/change?
- [x] Have you built your formula locally with
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting? - [x] Is your test running fine
brew test <formula>, where<formula>is the name of the formula you're submitting? - [x] Does your build pass
brew audit --strict <formula>(after doingbrew install <formula>)?
just released, new version of trailscraper, resources generated using homebrew-pypi-poet
pr created time in 2 hours
issue openedFacepunch/garrysmod-issues
window.DownloadingFile in loading screen became useless
Details
Loading screen calls lua func PANEL:StatusChanged and run js func window.DownloadingFile.
local startPos, endPos = string.find( strStatus, "Downloading " )
After the last update, the lines look different and the function does not parse them.
1/62 - path/filename/file.ext is downloading
1/62 (35.3 KB) - path/filename/file.ext is downloading
However, the new information is much more useful than just the bare filename. I propose to either remake the function call to be called from the engine (so that it is not necessary to parse strings) or completely remove window.DownloadingFile.
Original code from loading.lua
function PANEL:StatusChanged( strStatus )
local startPos, endPos = string.find( strStatus, "Downloading " )
if ( startPos ) then
-- Snip everything before the Download part
strStatus = string.sub( strStatus, startPos )
-- Special case needed for workshop, snip the "' via Workshop" part
if ( string.EndsWith( strStatus, "via Workshop" ) ) then
strStatus = string.gsub( strStatus, "' via Workshop", "" )
strStatus = string.gsub( strStatus, "Downloading '", "" ) -- We need to handle the quote marks
end
local Filename = string.gsub( strStatus, "Downloading ", "" )
self:RunJavascript( "if ( window.DownloadingFile ) DownloadingFile( '" .. Filename:JavascriptSafe() .. "' )" )
return
end
self:RunJavascript( "if ( window.SetStatusChanged ) SetStatusChanged( '" .. strStatus:JavascriptSafe() .. "' )" )
end
created time in 2 hours
push eventHomebrew/formulae.brew.sh
commit sha 55a7d281aacf15737b00d8ea12ba1137174cb544
formula: updates from homebrew/core
push time in 2 hours
push eventHomebrew/homebrew-core
commit sha c69d0daa68224cdc4e2dd064aaf0c1b089d43931
tflint 0.29.1 Created by https://github.com/mislav/bump-homebrew-formula-action Closes #79183. Signed-off-by: Nanda H Krishna <[email protected]> Signed-off-by: BrewTestBot <[email protected]>
commit sha 7896b0bfc1ede7905d07166ecd93f51d39b97d85
tflint: update 0.29.1 bottle.
push time in 2 hours
PR closed Homebrew/homebrew-core
Created by https://github.com/mislav/bump-homebrew-formula-action
pr closed time in 2 hours
pull request commentHomebrew/homebrew-core
:robot: A scheduled task has triggered a merge.
comment created time in 2 hours
pull request commentHomebrew/homebrew-core
hi @nandahkrishna, thanks for the review! looks like the automation with poet got a bit creative there :) changed things back to how you suggested, will have a look if I can just use brew bump-formula-pr in the future...
comment created time in 2 hours
Pull request review commentHomebrew/homebrew-core
class Libbinio < Formula- desc "Binary I/O stream class library"- homepage "https://libbinio.sourceforge.io/"- url "https://downloads.sourceforge.net/project/libbinio/libbinio/1.4/libbinio-1.4.tar.bz2"- sha256 "4a32d3154517510a3fe4f2dc95e378dcc818a4a921fc0cb992bdc0d416a77e75"- license "LGPL-2.1"+ desc "Binary I/O stream class library (used by AdPlug)"
@mywave82 I think we needn't change the description here, even though this library is used exclusively by AdPlug. We can identify that adplug uses it from brew deps adplug or brew uses libbinio.
desc "Binary I/O stream class library"
comment created time in 2 hours
pull request commentHomebrew/homebrew-core
@flosell I'm not too familiar with homebrew-pypi-poet but you could simply use brew bump-formula-pr – it'll update the resources for you if the stable URL is from PyPI.
comment created time in 3 hours
Pull request review commentHomebrew/homebrew-core
class Trailscraper < Formula desc "Tool to get valuable information out of AWS CloudTrail" homepage "https://github.com/flosell/trailscraper"- url "https://files.pythonhosted.org/packages/ee/5f/67657d646b3a6fdd9059f72cf9f13cb9ed677d92c881bc83b67179c20178/trailscraper-0.6.4.tar.gz"- sha256 "3e076fc97addddfd8b64ea51a6cc9e2af9d9bffcc68423772ff6cb7b63a009d6"+ url "https://github.com/flosell/trailscraper/archive/0.7.0.tar.gz"+ sha256 "39fc2895629242dc72e0f3d3665b7fe53cc1596228578f5f7384cc6ea09d353e"
Could you please change this back to the PyPI URL?
comment created time in 3 hours
Pull request review commentHomebrew/homebrew-core
class Trailscraper < Formula desc "Tool to get valuable information out of AWS CloudTrail" homepage "https://github.com/flosell/trailscraper"- url "https://files.pythonhosted.org/packages/ee/5f/67657d646b3a6fdd9059f72cf9f13cb9ed677d92c881bc83b67179c20178/trailscraper-0.6.4.tar.gz"- sha256 "3e076fc97addddfd8b64ea51a6cc9e2af9d9bffcc68423772ff6cb7b63a009d6"+ url "https://github.com/flosell/trailscraper/archive/0.7.0.tar.gz"+ sha256 "39fc2895629242dc72e0f3d3665b7fe53cc1596228578f5f7384cc6ea09d353e" license "Apache-2.0"- revision 1- head "https://github.com/flosell/trailscraper.git"
Please add this back.
comment created time in 3 hours
Pull request review commentHomebrew/homebrew-core
class Trailscraper < Formula sha256 cellar: :any_skip_relocation, mojave: "4ee380a299a7c96115c1cf9f89812d16243853fc2f02e9f84c2ab69fd6e89b90" end - depends_on "[email protected]"+ depends_on "[email protected]"
Why downgrade to Python 3.8?
comment created time in 3 hours
pull request commentHomebrew/homebrew-core
python-launcher 0.16.0 (new formula)
I've also added py as an alias of python-launcher which matches the Windows Python launcher name.
comment created time in 3 hours
PR opened Homebrew/homebrew-core
- [x] Have you followed the guidelines for contributing?
- [x] Have you checked that there aren't other open pull requests for the same formula update/change?
- [x] Have you built your formula locally with
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting? - [x] Is your test running fine
brew test <formula>, where<formula>is the name of the formula you're submitting? - [x] Does your build pass
brew audit --strict <formula>(after doingbrew install <formula>)?
just released, new version of trailscraper, resources generated using homebrew-pypi-poet
pr created time in 3 hours
Pull request review commentHomebrew/homebrew-core
python-launcher 0.16.0 (new formula)
+class PythonLauncher < Formula+ desc "Launch your Python interpreter the lazy/smart way"+ homepage "https://github.com/brettcannon/python-launcher"+ url "https://github.com/brettcannon/python-launcher/archive/refs/tags/v0.16.0.tar.gz"+ sha256 "03d4a2813c1639264c5e3e6a9961025d7004d1a85deaa8f97bce6010803fa1a8"+ license "MIT"+ head "https://github.com/brettcannon/python-launcher.git", branch: "main"++ depends_on "rust" => :build+ depends_on "[email protected]" => :test++ def install+ system "cargo", "install", *std_cargo_args++ man1.install "docs/man-page/py.1"++ fish_completion.install "completions/py.fish"
system "cargo", "install", *std_cargo_args
man1.install "docs/man-page/py.1"
fish_completion.install "completions/py.fish"
We don't need all this extra white space. Omitting them makes things just as readable, if not more.
comment created time in 3 hours
create barnchHomebrew/homebrew-core
branch : update-tflint.rb-1623489586
created branch time in 3 hours
push eventHomebrew/homebrew-core
commit sha fbbd46642d8fc796f645460129a8eb2c15a0137d
tflint 0.29.1 Created by https://github.com/mislav/bump-homebrew-formula-action
push time in 3 hours
PR opened Homebrew/homebrew-core
Created by https://github.com/mislav/bump-homebrew-formula-action
pr created time in 3 hours
push eventHomebrew/formulae.brew.sh
commit sha ae69ca99646ba86b6be6f3bffe7f61160c31894e
formula: updates from homebrew/core
commit sha dbf581d545a18c4363e0d8efe0d5de8539a286e5
cask: updates from homebrew/cask
push time in 3 hours
push eventHomebrew/formulae.brew.sh
commit sha ccacc7139105c44be57f3d3117b7de1a298d00f2
formula-linux: updates from Homebrew/linuxbrew-core
push time in 3 hours