codecakes

Results 9 issues of codecakes

Similar to #1343 but bottle is installed #### Description For a bug: Describe the bug and list the steps you used when the issue occurred. pip3 install -u 'glances[all]' ```Successfully...

bug
needs more info

project xcov19 details

Hi Are you guys planning for [PKCE OAUTH2](https://github.com/spring-projects/spring-security/issues/4943) webflow support ? And will there be a support for spring via this project?

enhancement

#### ℹ️ Repository information Issues page: https://github.com/Xcov19/mycovidconnect/issues **The repository has**: - [x] At least three issues with the `good first issue` label. - [x] At least 10 contributors. - [x]...

Status:Review complete

**Update**: _This PR attempts to address issue #525_ Upon following the installation and local development guide on README, there were issues running docker compose on local *nix/mac platform. Given the...

### Discussed in https://github.com/MicroPyramid/Django-CRM/discussions/524 Originally posted by **codecakes** March 10, 2024 TL;DR: #523 Objective: Make it easy for local crm development to be as decoupled from dependent services. Explanation: As...

Doing a curl GET request on endpoint returns 500 error code. ```bash curl --request GET \ --url 'https://healthsites.io/api/v2/facilities/?page=1&country=germany&extent=(13.403240%2C52.569590%2C13.403290%2C52.569600)&api-key=' ```

bug

The documentation claims: ``` Clothing items are stored as a map: %{ item_name: "Descriptive Name", price: 99.00, base_color: "red" } ``` While the actual structure is like this in the...

fix(save_to_db): removes limit of 500 records per queue into the Database. fixes #25777 Starting redis 6.xx. lpop allows a count of values in queue key for atomic pop.

add-test-cases