-
**Is your feature request related to a problem? Please describe.**
Since the latest version of Bicep (0.16 I think?), two new warnings have been added to the linter:
- BCP 334 giving a warning if …
-
While doing some code golfing, i found a bug in the compiler that crashes with a segfault when compiling this code:
```zig
pub fn main() !void {
const p = @import("std").io.getStdOut().writer()…
-
If you try to copy and paste multiple lines within the terminal, you'll find that the lines end up between each other in ways which aren't very helpful. It's possible that this is intended functionali…
-
class Solution {
public:
vector fizzBuzz(int n) {
vector ans;
for(int i=1;i
-
> Please follow the template and fill the info. A PR will be auto-generated and always reflect on your changes.
>
> Detailed solution/guide is not required, but please be sure the challenge is solva…
-
### Current Behavior
This is what the following looks like with the default theme
```html
for (let i = 1; i <= 100; i++) {
let out = '';
if (i % 3 === 0) out += 'Fizz';
if (i …
-
### Description
The current implementation of tagged unions does not treat the tag field (i.e. the discriminator) as a proper field of the actual struct. This insufficiently models real world usage…
-
I would like to contribute a different, swifter version of the Fizz Buzz implementation in Python. Please let me know if I can contribute.
-
https://www.youtube.com/watch?v=QPZ0pIK_wsc&ab_channel=TomScott
We can use the `YouTube` module to embed a youtube video.
```elixir
YouTube.new("https://www.youtube.com/watch?v=QPZ0pIK_wsc&ab_c…
-
I have a project with DOTween 1.2.705 and Animation Sequencer 0.5.1. Today i changed to WebGL target platform and a lot of errors appear like:
> Assets\Scripts\View\EnemyView.cs(20,34): error CS0246:…