85 issues Bids Bounties
trekhleb image javascript-algorithms adding readme file explaining cocktailshakersort adding cocktailshake… Hi I added CocktailShakerSort Algorithm its like Bubble Sort Algorithm but it can be bidirectional in some cases it can achieve better than BubbleSort with less time Complexity on average and worst case its O(n^2) on best case its O(n) it take constant amount from Memory so its memory complexity is O(1) I Wrote A java script file for it following your pattern in writing these algorithm like extend $0 $0
vinta image awesome-python aiosonic ## What is this Python project? A minimalistic http client https://github.com/sonic182/aiosonic for asyncio ## What's the difference between this Python project and similar ones? * Pure 100% python async http client, with decent performance * Only http client, not server, not more stuffs * Minimal and simple * Uses StreamWriter and StreamReader of asyncio for faster tcp handling -- $0 $0
CyC2018 image CS-Notes 关于微服务的开发相关知识整理有没有 $0 $0
xmonad image xmonad Wayland support There is an old closed issue of https://github.com/xmonad/xmonad/issues/38 but recently Red Hat announced it will stop developing X.org, so switch to Wayland is inevitable. https://blogs.gnome.org/uraeus/2019/06/24/on-the-road-to-fedora-workstation-31/ $0 $10
EbookFoundation image free-programming-books Added Design Pattern in free-programming-books-zh.md ## What does this PR do? Add resource(s) | Remove resource(s) | Add info | Improve repo ## For resources ### Description ### Why is this valuable (or not)? ### How do we know it's really free? ### For book lists, is it a book? For course lists, is it a course? etc. ## Checklist: - [ ] Read our [contributing guidelines](https://github.com/EbookFoundation/free-programming-books/blo $0 $0
kamranahmedse image developer-roadmap Organization suggestion ### Roadmap URL https://roadmap.sh/ ### Suggestions Role-based roadmaps contain several skill-based roadmaps like postgreSQL and Flutter. I think that it would be better if you moved them to skill-based roadmaps. $0 $0
donnemartin image system-design-primer Github Night Theme Makes Images With Transparent Background Illegible Hi there, I was just checking out this repository for the first time and noticed your flow chart of system architecture has arrows that end up being hidden if you're viewing github using "night theme". ![image](https://github.com/donnemartin/system-design-primer/assets/50280003/25615bf3-50a3-4914-bf15-a11bc9632c93) $0 $0
trekhleb image javascript-algorithms A star/Marcovchain/Combosort java script algorithm $0 $0
twbs image bootstrap [PROTO]: handle data-bs-theme differently --- :warning: DRAFT - PROTOTYPE --- ### Description This PR suggests to change the way we handle `data-bs-theme` by automatically setting `color` and `background-color` values with the following rule: ```scss :root, [data-bs-theme] { color: var(--#{$prefix}body-color); background-color: var(--#{$prefix}body-bg); } ``` It allows users to set `data-bs-theme` on any element an $0 $0
public-apis image public-apis Add Epic Games Store Data API to Games and Comics <!-- Thank you for taking the time to work on a Pull Request for this project! --> <!-- To ensure your PR is dealt with swiftly please check the following: --> - [x] My submission is formatted according to the guidelines in the [contributing guide](/CONTRIBUTING.md) - [x] My addition is ordered alphabetically - [x] My submission has a useful description - [x] The description does not have mor $0 $0
tensorflow image tensorflow `third_party/xla/third_party/tsl/tsl/platform/denormal.cc` doesn't include <cstdint> ### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version v2.15.0-rc1 ### Custom code No ### OS platform and distribution Fedora aarch64 ### Mobile device _No response_ ### Python version _No response_ ### Bazel version the one from bazelversion ### GCC/compiler version clang 16 ### CUDA/cuDNN version _No response_ $0 $0
airbnb image javascript [eslint config] [base] record semver-major default export changes in no-restricted-exports Records breaking configuration changes to permit `export { default } from` style exports as of eslint 8.33.0. Flags are as suggested by @ljharb in https://github.com/eslint/eslint/issues/15617#issuecomment-1048278897 See https://github.com/airbnb/javascript/issues/2500 for more context. $0 $0
facebook image react Bug: You prioritized Nextjs. I have two questions... <!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> React version: ## Steps To Reproduce 1. 2. <!-- Your bug will get fixed much faster if we can run your code and it doesn't have dependencies oth $0 $0
Significant-Gravitas image AutoGPT reporter entering the arena ### $0 $0
sindresorhus image awesome Add Stock Trading <!-- Congrats on creating an Awesome list! $0 $0
EbookFoundation image free-programming-books feat: add Malay (MS) translation HOWTO-ms.md (malay review requested) ## What does this PR do? Add resource(s) ## For resources ### Description This PR adds a translation of "HOWTO.md" document in Malay (MY) language for the Free-Programming-Books repository and followed the file naming convention "HOWTO-my.md" as indicated. The document provides an overview of how to contribute to the repository and serves as a quick guide for both new and experienced con $0 $0
sindresorhus image awesome Add awesome-game-analysis <!-- Congrats on creating an Awesome list! $0 $0
ossu image computer-science RFC: Addition of Advanced AI **Problem:** MIT has its course on deep learning MIT 6.S191 that is updated every year and is a high quality resource attented by many students around the globe. **Duration:** 26 April 2022 **Background:** MIT 6.S191 Intro to deep learning is a high qualtiy resource by Alexander Amini sponsored by Google and many other tech giants. The course doesnt require much pre-requisite knowledge. $0 $0
github image gitignore New Template: Windows **Reasons for making this change:** - It would be helpful for windows developers to have a starter file to combine with other platform-specific files **Links to documentation supporting these rule changes:** - N/A If this is a new template: - for reference, see "[Common file name extensions in Windows](https://support.microsoft.com/en-us/windows/common-file-name-extensions-in-windows-da4a $0 $0
labuladong image fucking-algorithm [bug][{cpp}] {lru-cache/description/} ### 请在提交 bug 之前先搜索 - [X] 我已经搜索过 [issues](https://github.com/labuladong/fucking-algorithm/issues),没有发现相同的 bug。 ### 出错的题目链接 https://leetcode.cn/problems/lru-cache/description/ ### 报错信息 <!-- 把报错信息粘贴到这里 --> 样例有一个过不去 ### 你是否愿意提交 PR 修复这个 bug? - [X] 我愿意! $0 $0
airbnb image javascript eslint new config spec support What is the correct way to use `eslint-config-airbnb` in the [new config spec](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new)? $0 $0
EbookFoundation image free-programming-books Update free-courses-en.md added new link for data structures and algorithm course ## What does this PR do? Add resource(s) ## For resources ECS 36C is a Course for data structures and algorithms from [Joël Porquet-Lupine] currently an Assistant Professor of Teaching at UC Davis. ## Checklist: - [x] Read our [contributing guidelines](https://github.com/EbookFoundation/free-programming-books/blob/main/docs/CONTR $0 $0
microsoft image vscode Extension packs: allow to specify explicit extension version Extension packs need to be able to specify and explicit extension version of a containing extension. We should only support equals. Use case: I am an extension author of a very popular pack. And I want to add a dependency for an extension that I reviewed from another extension author. I do not want to allow that other extension author to auto update their extension without my review. Thus I $0 $0
flutter image flutter Provide a helpful error message when `ColorScheme.brightness` doesn't match `ThemeData.brightness` fixes [Unexpected behaviour with ColorScheme.fromSeed and Brightness.dark](https://github.com/flutter/flutter/issues/127523) ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Fea $0 $0
airbnb image javascript Compatibility with new eslint config spec Eslint announced a new config spec. https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new <img width="879" alt="스크린샷 2022-09-09 오후 10 07 49" src="https://user-images.githubusercontent.com/28584151/189357000-2016d6e8-d655-4299-9bcd-b062c0cedb7f.png"> According to [eslint's official blog](https://eslint.org/blog/2022/08/new-config-system-part-2/), though backwa $0 $0
vuejs image vue import type { CSSProperties } from 'vue' is error ### What problem does this feature solve? vue3 import type { CSSProperties } from 'vue' is correct vue2.7 import type { CSSProperties } from 'vue' is error ### What does the proposed API look like? import type { CSSProperties } from 'vue' in 2.7 is correct <!-- generated by vue-issues. DO NOT REMOVE --> $0 $0
jwasham image coding-interview-university Translation: Uzbek My friend and I would like to translate the repo to [Uzbek](https://en.wikipedia.org/wiki/Uzbek_language) language. We will create a PR as soon as it is complete. $0 $1
Snailclimb image JavaGuide 链接错误问题 https://javaguide.cn/java/concurrent/java-thread-pool-best-practices.html#_3%E3%80%81%E5%BB%BA%E8%AE%AE%E4%B8%8D%E5%90%8C%E7%B1%BB%E5%88%AB%E7%9A%84%E4%B8%9A%E5%8A%A1%E7%94%A8%E4%B8%8D%E5%90%8C%E7%9A%84%E7%BA%BF%E7%A8%8B%E6%B1%A0 本案例来源自:[《线程池运用不当的一次线上事故》](https://club.perfma.com/article/646639) 链接已经变了 本案例来源自:[《线程池运用不当的一次线上事故》](https://heapdump.cn/article/646639) $0 $0
kamranahmedse image developer-roadmap Changed link label "Course" to "Project" in AI/Data Scientist roadmap + fixed broken links in JSON This pull request and the #4600 pull request should have been one pull request instead of two I'll explain: So I thought all I had to work on is issue #4603 and to fix that issue I should apply changes to the ai-data-scientist.json file but while I was working on it I found out that in the same file there were broken links included. I thought I fixed them [here](https://github.com/kamran $0 $0
jwasham image coding-interview-university Translation: French (for links and infos) Drafting this for now, this is not complete Contributes to issue #89 State of this PR : - [x] Bitwise operations - [x] Trees - [x] Sorting - [ ] Graphs - [ ] Recursion - [ ] OOP - [ ] Design patterns - [ ] Combinatorics to String searching & manipulations $0 $0
kamranahmedse image developer-roadmap Fix mongodb roadmap content - change 'InsertOne' with 'Update' ## Issue reference & explanation This is a fix to the issue #4606 saying there is an error in the [MongoDB roadmap](https://roadmap.sh/mongodb) where an operator $currentDate (used to set the value of a field into the current date) is used in an insertOne() CRUD operation which is not correct according to this [mongodb source](https://database.guide/mongodb-currentdate/#:~:text=In%20MongoDB%2C% $0 $0
airbnb image javascript Upd link to es5 and es6 compat table in readme The old links are dead. The current link base path for compat table (https://kangax.github.io/compat-table/) is redirecting to https://compat-table.github.io/compat-table/ $0 $0
TheAlgorithms image Python Tried new TESTS for the binomial_coefficient ### Describe your change: Added few changes in the binomial_coefficient * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Add or change doctests? -- Note: Please avoid changing both code and tests in a single pull request. * [ ] Documentation change? ### Checklist: * [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING $0 $0
CyC2018 image CS-Notes fix: leetcode官网链接 $0 $0
tensorflow image tensorflow Output tensor inconsistencies across different TF versions ### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version 2.12.1 / 2.14.0 ### Custom code No ### OS platform and distribution Win 10 22H2 ### Mobile device _No response_ ### Python version 3.8.0 / 3.11.5 ### Bazel version _No response_ ### GCC/compiler version _No response_ ### $0 $0
kamranahmedse image developer-roadmap Fix Python Lambda Functions hyperlink python-roadmap-lambdas URL fixed fixes : https://github.com/kamranahmedse/developer-roadmap/issues/4597 $0 $0
vinta image awesome-python Update README.md ## What is this Python project? Added TextBlob to the NLP libraries. TextBlob is a Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more. ## What's the difference between this Python project and similar ones? TextBlob stands on the giant shoulders of [NLTK](http://nltk.org/) and [pattern](https://github.com/clips/patte $100 $0
github image gitignore Update TwinCAT3.gitignore Reasons for making this change: with the existing .gitignore in this repo, which can be select directly in the VS 2022 if you create a new repo, our customers have a lot of problems. thats why we suggest this update Link to documentation from Beckhoff TwinCAT3 https://infosys.beckhoff.com/english.php?content=../content/1033/tc3_sourcecontrol/14604066827.html&id= $0 $0
vinta image awesome-python Add resume matcher ## What is this Python project? Resume Matcher Describe features. - Python Based ATS Tool to help people get their resumes improved with matching keywords from Job Description. - 1.4K+ Stars, 200+ Fork & 250+ people in community building this tool more powerful. - Free & Open Source, powered by Vector Search, Spacy, NLTK & more. ## What's the difference between this Python project and si $0 $0
ohmyzsh image ohmyzsh Cannot save scratch buffer (fzf plugin) ### Describe the bug Hello there! I guess there is an issue with fzf plugin. My goal is to edit a file from a fzf list. So I've added a binding `--bind 'ctrl-e:execute(micro {+})'`. It works as expected for this workflow (without using a fzf plugin): - type `fzf`, press `Enter` - select a target file - hit `Ctrl-E` - edit a file in `micro` editor, save it But it doesn't work if I use f $0 $0
airbnb image javascript Added a translation section & links to translations to CSS-in-javascript readme Hi! hope you are all well, please consider merging this PR as many people actually use the CSS-in-javascript guide as a learning material/tool that are either not native English speakers or might have limited English knowledge and will certainly find the addition of these translations helpful. Japanese - Korean - Persian - Russian translation repos added $0 $0
facebook image react Bump @babel/traverse from 7.7.2 to 7.23.2 in /fixtures/flight Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.7.2 to 7.23.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/traverse</code>'s releases</a>.</em></p> <blockquote> <h2>v7.23.2 (2023-10-11)</h2> <p><strong>NOTE</strong>: This release also re-publishes <code>@babel/core</c $0 $0
codecrafters-io image build-your-own-x Swift: Let's Build a Regex Engine <!-- Thanks for your contribution! If you're submitting a tutorial, please ensure it includes a guided path for learners, either through a step-by-step article or by breaking down code into digestible parts that are easy to follow. Please submit only programming tutorials that build something interesting from scratch; no frameworks, libraries, guides for frameworks/libraries or tutorials that glu $0 $0
vinta image awesome-python Update README.md ## What is this Python project? It is selenium based scraper with best practices from experienced bot developers to help create undetectable, low boilerplate and easy to debug bots. ## What's the difference between this Python project and similar ones? 1. Adds Powerful Methods to make working with Selenium a lot easier. 2. Follows best practices to avoid Bot Detection by Cloudflare and $0 $0
donnemartin image system-design-primer My feature ## Review the Contributing Guidelines Fixed a mistranslation in the readme-ja.md $0 $0
freeCodeCamp image freeCodeCamp Move the confetti logic to the related redux-saga Checklist: <!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. --> - [x] I have read and followed the [contribution guidelines](https://contribute.freecodecamp.org). - [x] I have read and followed the [how to open a pull request guide](https://contribute.freecodecamp.org/#/how-to-open-a-pull-req $0 $0
Significant-Gravitas image AutoGPT Frontend: Support Markdown formatting for step output Supporting Markdown formatting for the step output of agents would be a huge UX improvement. $0 $0
trekhleb image javascript-algorithms Added a recursive code for finding the fibonacci series Hey, I added a recursive code for the fibonacci problem. Hope you merge it $0 $0
donnemartin image system-design-primer New translation for Azerbaijani. ## Review the Contributing Guidelines Before submitting a pull request, verify it meets all requirements in the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md). ### Translations See the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md). Verify you've: * Tagged the [langu $0 $0
facebook image react Add React Native test configs Adds new Jest configs for running our test suite using React Native feature flags. This includes a special config for the version of RN that Meta uses for internal dogfooding, similar to the equivalent ones used for Meta's web codebase. Practically speaking, the main benefit is we can run our tests in CI with the experimental flags used at Meta without having to enable them in the open source b $0 $0
ohmyzsh image ohmyzsh feat: added initial support for flatpak ## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide and followed all the instructions. - [x] The code follows the code style guide detailed in the wiki. - [x] The code is mine or it's from somewhere with an MIT-compatible license. - [x] The code is efficient, to the best of my a $0 $0
jlevy image the-art-of-command-line trying my first pull request $0 $0
ossu image computer-science RFC: Replace Haskell CIS (2016) with MOOC variant from Aalto University **Problem:** * OSSU lists [Introduction to Haskell](https://www.seas.upenn.edu/~cis1940/fall16/) to teach Haskell topic, but there exists a higher quality course that covers the same material. **Duration:** 1 month **Background:** The [Introduction to Haskell](https://www.seas.upenn.edu/~cis1940/fall16/) is starting to show its age. In the intervening 7.5 years since the course was taught $0 $0
airbnb image javascript Failed to load config "airbnb" to extend from. remote: Referenced from: /tmp/build_b7392388/client/.eslintrc.json I get this error when I try to deploy to Heroku : ``` [eslint] Failed to load config "airbnb" to extend from. remote: Referenced from: /tmp/build_b7392388/client/.eslintrc.json ``` I have a client-server architecture that looks like this: ![clientserver](https://user-images.githubusercontent.com/8443316/201495095-9b0510b3-9843-4eba-bcd2-aca3e2c1ca36.png) And in detail it looks like t $0 $0
flutter image flutter Assigning showDuration (tooltip) also applies to the mouse ### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to reproduce Create a tooltip, assign it "message" and "triggerMode => tap" and test it on a phone and a computer. The default values ​​are shown, 1.5 seconds for f $0 $0
tensorflow image tensorflow An example of `a batched of RaggedTensor(s) with rank 2` as sparse_ids for tf.nn.safe_/embedding_lookup_sparse? ### Issue type Feature Request ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.12 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/compiler version _No response_ ### CUDA/cuDNN version _No response_ $0 $0
CyC2018 image CS-Notes Kaschey758 https://www.sololearn.com/learn/courses/javascript-intermediate $0 $0
TheAlgorithms image Python Move and rename `maths/greedy_coin_change.py` ### Describe your change: Following up from #10360, I'm moving `greedy_coin_change.py` from the `maths/` directory to the `greedy_methods/` directory. I also renamed the file as appropriate. * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Documentation change? ### Checklist: * [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob $0 $0
jwasham image coding-interview-university Translation: Afrikaans Afrikaans is a language derived from Dutch and widely spoken by previous British and German colonies. These include many Southern African countries such as South Africa, Namibia, Botswana, and Angola. Would you like this translation? I'm unsure how many people this would help, but it sure would be fun. $0 $0
public-apis image public-apis Add ChatGPT Plugins API Add ChatGPT Plugins API into Development topic <!-- Thank you for taking the time to work on a Pull Request for this project! --> <!-- To ensure your PR is dealt with swiftly please check the following: --> - [x] My submission is formatted according to the guidelines in the [contributing guide](/CONTRIBUTING.md) - [x] My addition is ordered alphabetically - [x] My submission has a useful de $0 $0
jackfrued image Python-100-Days 有用的 $0 $0
codecrafters-io image build-your-own-x Some zig posts References - https://gist.github.com/LewisGaul/d5b303da9c03bf95f778c64e12ef1c5e $0 $0
trekhleb image javascript-algorithms Translation of documents to Urdu, Hindi & Roman-Urdu There are over 500Million people in the world speaking Urdu/Hindi. The translation will add new dimension of understanding to the Urdu speaking nation such as Pakistan & India $0 $0
kamranahmedse image developer-roadmap Extend testing and add godog framework Extend testing your apps. Added scope for adding more tools and frameworks in the future. Added godog framework $0 $0
Snailclimb image JavaGuide 常量池问题 ![image](https://user-images.githubusercontent.com/13087806/156717994-b0261ae9-daad-486d-b411-341bd61de367.png) 感觉对于字符串常量池和运行池的定义有问题 根据 周志明教授在这个issue https://github.com/fenixsoft/jvm_book/issues/112 的讨论 以及jdk源码的注释 ![image](https://user-images.githubusercontent.com/13087806/156718172-ffa025a8-a014-4e1b-bb75-eca0c164c60f.png) 所以我觉得,每个class文件都有自己的常量池表,这个是静态的。当class被加载后放到方法去,静态的常量池表就变成运行时常量池( $0 $0
jackfrued image Python-100-Days fix(sec): upgrade certifi to 2022.12.07 ### What happened? There are 1 security vulnerabilities found in certifi 2020.4.5.1 - [CVE-2022-23491](https://www.oscs1024.com/hd/CVE-2022-23491) ### What did I do? Upgrade certifi from 2020.4.5.1 to 2022.12.07 for vulnerability fix ### What did you expect to happen? Ideally, no insecure libs should be used. ### The specification of the pull request [PR Specification](https://www.oscs1024.com $0 $0
ossu image computer-science RFC: Fleshing out Core Security **Problem:** In this RFC I'll be proposing some changes to core security to make it more streamlined. **Duration:** 3 months. **Background:** The Core Security section was provisionally added to the curriculum and then made permanent to fill the needs of the curriculum. [Not enough feedback was received](https://github.com/ossu/computer-science/issues/639#issuecomment-1126978911) pres $0 $0
Snailclimb image JavaGuide MySQL 索引详解 <img width="723" alt="image" src="https://user-images.githubusercontent.com/49048263/160329135-b63fc6a3-7dca-4bc4-9e33-758ca4cdb755.png"> ### 对于聚集索引和非聚集索引图的问题: 1. b+ 数叶子节点之间是双向指针连接的,而不是单项指针,这样才能更好的支持范围查找 2. 对于 InnoDB 来说存储的最小单位是 page 的概念;对于索引树,非叶子节点上存储的应该是指向的那个节点的首个元素,这样在遍历数据的时候才知道数据存放到哪一个节点上; 我大致画了一下聚集索引的图: <img width="1611" alt="image" src="https://user-images.githubusercontent.com/49048263/ $0 $0
tensorflow image tensorflow fix uint32 issue Fix #62072 $0 $0
public-apis image public-apis Update README.md Added Corbado API under "Authentication" <!-- Thank you for taking the time to work on a Pull Request for this project! --> <!-- To ensure your PR is dealt with swiftly please check the following: --> - [x] My submission is formatted according to the guidelines in the [contributing guide](/CONTRIBUTING.md) - [x] My addition is ordered alphabetically - [x] My submission has a useful descript $0 $0
996icu image 996.ICU Replace broken link with archived version This change replaces the no longer working `https://996.rip` with the archived `https://web.archive.org/web/20190422174052/https://996.rip/`. $0 $0
donnemartin image system-design-primer Request to be the Spanish translation maintainer Changes Spanish translation state from Stalled to In Progress Adds new active maintainer ## Review the Contributing Guidelines Before submitting a pull request, verify it meets all requirements in the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md). ### Translations See the [Contributing Guidelines](https://github.com/donnemar $0 $0
airbnb image javascript Utf 8 #1640 $0 $0
public-apis image public-apis Add Basement.dev <!-- Thank you for taking the time to work on a Pull Request for this project! --> <!-- To ensure your PR is dealt with swiftly please check the following: --> - [x] My submission is formatted according to the guidelines in the [contributing guide](/CONTRIBUTING.md) - [x] My addition is ordered alphabetically - [x] My submission has a useful description - [x] The description does not have mor $0 $0
EbookFoundation image free-programming-books Added courses on Cyber Security & Bootstrap in Malayalam ## What does this PR do? Two courses on Cybersecurity and 1 course on Bootstrap taught in malayalam have been added. ## For resources ### Description ### Why is this valuable (or not)? It is valuable for beginners. ### How do we know it's really free? Free since its available on YouTube. ### For book lists, is it a book? For course lists, is it a course? etc. ## Checklist: - [ $0 $0
vinta image awesome-python Add pypify.py - "pip install" one-liners ## Summary Add another processing script - `pypify.py` to apply to `README.md` after `sort.py`. This script will add one-liners to each _installable_ library / package in README.md with a script to install it through pip. These one-liners are scraped from PyPI. See docs in `pypify.py`. **EXAMPLE:** Current line featuring the flower package: ``` * [flower](https://github.com/mh $0 $0
microsoft image vscode It bugged Type: <b>Bug</b> My code isnt debugging proparly anymore VS Code version: Code 1.83.1 (f1b07bd25dfad64b0167beb15359ae573aecd2cc, 2023-10-10T23:48:05.904Z) OS version: Windows_NT x64 10.0.19045 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|11th Gen Intel(R) Core(TM) i3-1115G4 @ 3.00GHz (4 x 2995)| |GPU Status|2d_canvas: enabled<br>canvas_oop_rasteriz $0 $0
sindresorhus image awesome Add Bluetooth Low Energy **https://github.com/dotintent/awesome-ble** **Bluetooth Low Energy (aka BLE) is nowadays the foundation for lots of IoT based project, the idea is to share our findings, solutions, and libraries about that as a giveback to the community.** ### By submitting this pull request I confirm I've read and complied with the below requirements $0 $0
ohmyzsh image ohmyzsh Updated ssh-agent.plugin.zsh for handling errors with graceful messages. solves: #11829 Added the code for ssh-agent plugin to fail gracefully and better handle edge cases. Before this PR: If the ssh-agent plugin was enabled and the required ~/.ssh directory was not found , the plugin used to respond with an error message which was hard to understand. Now if the ~/.ssh directory doesn't exist, plugin will respond with understandable error and will automatic $0 $0
tensorflow image tensorflow NVCC compilation failure with tf-nightly 2.15 ### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0.dev20231002 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version 3.10.10 ### Bazel version _No response_ ### GCC/compiler version c++ (Ubuntu 11.3.0-1 $0 $0
Significant-Gravitas image Significant-Gravitas/AutoGPT Lirum entering the arena ### $0 $0
twbs image twbs/bootstrap navbars-offcanvas uses translateY to cause abnormal page width performance ### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [X] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Describe the issue https://getboo $0 $0
donnemartin image donnemartin/system-design-primer improve section: add akamai cdn resource for further reading ## Review the Contributing Guidelines Before submitting a pull request, verify it meets all requirements in the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md). ### Translations See the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md). Verify you've: * Tagged the [langu $0 $0
vinta image vinta/awesome-python Add PDM to Package Management ## What is this Python project? [PDM](https://pdm.fming.dev/latest/) is a modern Python package and dependency manager supporting the latest PEP standards. But it is more than a package manager. It boosts your development workflow in various aspects. The most significant benefit is it installs and manages packages in a similar way to npm that doesn't need to create a virtualenv at all! Featu $0 $0
discord image lilliput Implement Animated WebP resizing Discord doesn't currently support Animated WebP because the media proxy, which uses this library, doesn't support resizing animated WebP. $0 $0
4 messages
glowlift: placed a bid for $100 on issue vinta/awesome-python#2523
glowlift: placed a bounty for $1 on issue jwasham/coding-interview-university#775
glowlift: https://github.com/xmonad/xmonad/issues/193
glowlift: placed a bounty for $10 on issue xmonad/xmonad#193
Join our Discord