-
Updated
Feb 5, 2021 - C++
Open Source
Open source is a term denoting that a product includes permission to use its source code, design documents, or content. It most commonly refers to the open source model, in which open source software or other products are released under an open source license as part of the open source-software movement. Use of the term originated with software, but has expanded beyond the software sector to cover other open content and forms of open collaboration.
Here are 6,672 public repositories matching this topic...
We have a server that is for authenticating to AWS to be able to upload.
That server requires JWT for authentication. The XHR plugin supports custom headers.
Would it be possible to implement the same thing on the AWS plugins as well?
🐛 Bug Report
Plugins must be paths. If they are functions they are just ignored silently.
Have you read the Contributing Guidelines on issues?
Yes.
To Reproduce
plugins.push(customWebpackPlugin)
function customWebpackPlugin(context, options) {
console.log('hi')
retu-
Updated
Feb 2, 2021 - Python
-
Updated
Feb 5, 2021 - Rust
On my MariaDB installation where I have page compression enabled by default (https://mariadb.com/kb/en/innodb-page-compression/)
which the official documentation recommends on the page for COMPRESSED row format (https://mariadb.com/kb/en/innodb-compressed-row-format/).
While page compression is enabled by default, DB migrations that create new tables fail as ROW_FORMAT=COMPRESSED can not be us
-
Updated
Jan 22, 2021 - TypeScript
-
Updated
Feb 4, 2021 - Vue
Is your feature request related to a problem? Please describe.
CI workflow still uses Xcode 11.7 https://github.com/SwifterSwift/SwifterSwift/blob/master/.github/workflows/CI.yml
Describe the solution you'd like
We should update both CI to use the latest available Xcode.
Together all project things that needs updating also.
Describe alternatives you've considered
A clear and
in d2common/d2fileformats/d2mpq/mpq_stream.go, function decompressMulti
panics should instead bubble up errors to be handled gracefully
This is currently crashing the game if you walk outside of town.
-
Updated
Jan 19, 2021 - HTML
-
Updated
Feb 5, 2021 - Java
-
Updated
Feb 4, 2021 - JavaScript
-
Updated
Jan 31, 2021 - Python
-
Updated
Jan 27, 2021 - C#
-
Updated
Oct 12, 2020 - HTML
-
Updated
Feb 5, 2021 - C
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Feb 5, 2021 - Go
Bevy version
0.4.0
The release number or commit hash of the version you're using.
Operating system & version
Ubuntu 20.04
Ex: Windows 10, Ubuntu 18.04, iOS 14.
What you did
Followed instructions in linux dependencies
Fixed it by installing this: sudo apt install build-essential
**What you expe
-
Updated
Dec 24, 2020 - Rich Text Format
-
Updated
Feb 5, 2021 - PHP
-
Updated
Feb 3, 2021 - Rust
/tmp/ has been hard coded in some instances
This will be replaced with https://docs.python.org/3/library/tempfile.html which has been well implemented in some instances in the code.
In internal/campaigns/Service.SetDockerImages, we currently pull images serially, even though the underlying plumbing is safe for concurrent use. We should use the executor parallelism flag as a hint for how many images we should pull at a time.


We have currently simple GitHub page, but we need to think about it's update with some better design.