-
If there is a need to filter the type of submission that was open as so...
-
Let this be a space for people to volunteer to review pull requests as needed.
-
-
@martinfekete10
First of all the new version finally works without issues and crashes! thank you so much and even more for new ui, is awesome!
may you consider a creation of more customazation like…
-
If the machine has no Subscription, the FlahStart configuration should be disabled.
The UI should display an empty state with an explanation of the error and a link to the Subscription pagae.
-
Hi!
when I use a different path than "../resources/openapi" for my API definition and omit the directory completely, then compilation fails. When I just add an empty directory "openapi" but keep us…
-
let a=100
if (a >=50 ) {
console.log("a is greater than 50")
}
if (a >= 500) {
console.log("a is greater than 500") // a 500den büyük olmadığı için yazdırmayacaktır. if condition ı…
-
❗Roller Coaster Ride
Question:
Write a python program that takes height (in inches) as input from user and determine whether they can take a ride based on their height.
Conditions:
▪️Height …
-
I have a voice device using the voice phone for Siri with Braille language input keys for the visually impaired, and it is done through scheduled tasks so that the user is on the move to distinguish a…
-
There are multiple scenarios in which the if-pressed statement causes failures:
Level 9
```
points = 0
letters = a, b, c, d, e
repeat 10 times
letter = letters at random
print 'Press th…