Discord bot that posts information about Formula 1 on discord by user request.
Point in time restores for buckets in Amazon Web Services (AWS) S3 and Google Cloud Platform (GCP) Storage.
Make no changes in migrations not be an error
Fixes to post "Exercism's #12in23 challenge"
Remove m10c theme
Re-add m10c theme as submodule
Update gitignore
Update avatar image to jpeg
Update information on the site
Add post "Exercism's #12in23 challenge"
@H7-26 Thanks, thar fixed it for me.
I'm also seeing this error.
@Biswa96 Unfortunately that workaround didn't work for me. I did that change and ran media-autobuild_suite.bat
again, should I do something else?
From what I gathered, the curl file that was throwing the error was "refactored" recently, along with other files (commit https://github.com/curl/curl/commit/71b7e0161032927cdfb4e75ea40f65b8898b3956). I'm assuming this is something to do with the error, but I'm no expert in C to pinpoint the reason why this caused the error.
So, what I tried to bypass this error was to fork curl, make the master branch of my fork to be the latest release (which is before that refactor) and set media-suite_autocompile.sh
to point to my fork. So this:
https://github.com/m-ab-s/media-autobuild_suite/blob/29ab8ee544ba21b4a6625abf1089e45df97bdc1a/build/media-suite_compile.sh#L446-L447
became:
if [[ $mediainfo = y || $bmx = y || $curl != n || $cyanrip = y ]] &&
do_vcs "https://github.com/andrerfcsantos/curl"; then
After doing this change curl compiled with no problems.
I'm now having problems with the compilation of rtmpdump
, but I think it's unrelated to this.
You and edit the ini file in the build sub directory and set curl=2, i just did this and it built what i needed without errors.
Even with this, curl was still compiling, and after looking at the lines of media-suite_compile.sh
posted above, I understand this option was not the only thing controlling if curl must be built. Since it seems I really need curl to compile, what worked for me was the workaround above.
Seeing the same problem:
2022 - Day 14 - Add typescript solution
build(deps): bump actions/checkout from 3.1.0 to 3.2.0 (#2564)
Bumps actions/checkout from 3.1.0 to 3.2.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump actions/setup-java from 3.8.0 to 3.9.0 (#2222)
Bumps actions/setup-java from 3.8.0 to 3.9.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Really disliked having this turned on by default on me after the update today. Filled the code with annotations I didn't want, and I had to track down what was causing it in the settings. Since the only thing that changed was the Deno extension updated, I managed to track it down to this issue.
It was not a good user experience for me to have to turn this off, it was perfectly fine before. I imagine other people will be annoyed by this too.
Bump actions/checkout from 3.1.0 to 3.2.0 (#70)
Bumps actions/checkout from 3.1.0 to 3.2.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)