-
Galera olha eu aqui de novo batendo neste ponto mais uma vez.
Bom, gostaria de dizer que conversei com o novo organizador de eventos da Impacta, e fiquei sabendo que interessa bastante organizar um e…
-
### Summary
The primary objective of this Footstep is to develop a comprehensive Visual Studio Code (VS Code) extension that seamlessly integrates with the [Blueprint SDK](https://docs.ton.org/ko/d…
-
## Idea
A kata is a self-contained coding problem in one GitHub repository. In the past, we have used katas as a great group non-talk activity. The feedback always have been very positive, so we wo…
-
**Content**
- Make variable and file names CONSISTENT throughout the lessons
- Archive and crowdsource supplemental slide decks
- Push _challenge questions_ to the slide decks
**Delivery**
- In…
-
The project needs to document our processes, including:
- Coding conventions
- not necessarily one style, but things like API stability, debug features, language features, ...
- Documentation tec…
-
```
def dont_give_me_five(start,end):
mass = list(range(start,end+1))
count = 0
for item in mass:
if "5" not in str(item):
count += 1
return count
```
-
In the educational space, a lot of emphasis has been put recently on how to teach accessibility at the collegiate or university level, often in computer science courses. I am proposing that we should …
-
### Conda environment check
- [X] I have tried using the `osemosys-global` conda environment.
### Current Behavior
Running the default configuration (4 seasons with 2 day parts) over BBIN shows no …
-
### Describe the bug
psycopg2-binary == 2.8.6 is throwing an error - "The license_file parameter is deprecated, use license_files instead." , when installing requirements
### To Reproduce
Steps t…
-
### Describe the bug
When running the provided unit tests for this repo receiving error:
"ImportError: cannot import name 'Markup' from 'jinja2'"
After further investigaton, discovered that Jinj…