text
stringlengths
5
998
label
int64
0
1
Oh right, that could be it...
0
Ah, we absolutely do! My bad here.
0
This is ridiculous. If you're not actually reading the variable from the environment that's not really an environment variable, is it?
1
I see now. That's for assignments like `scent( pos ) = num`. Looks like a WTF to me, but appears to be widespread.
1
vite looks like a horrible absurd bundler considering the number of issues and how childish and absurd those issues are. This vite nonsense is ruining the reputation of sveltekit. It's the only thing preventing the release of sveltekit. What a shame! svelte team made a terrible mistake by choosing an incompetent bundler.
1
the same logic that creates pods for regular tests is used for dualstack pods. In reality they are practically the same pods (readiness/ports/namespaces etc..). The only difference is dualstack pods have dual stack IPs. This ensure that same `shared` input is fed to the both test functions (dualstack and not dualstack) So i have to disagree on creating a `testPod` function for dualstack :-)
0
now its a font shitting up your browser
1
Any damage and the splints shatter? No deal, add at least some degree of threshold. Slapping someone on the ass and watching their splints fucking annihilate is hilarious, but too stupid.
1
`pointInPolygon((x, y), [(x1, y1), (x2, y2), ...])` is also Ok.
0
```suggestion \tupdateappearance(mutcolor_update = TRUE, mutations_overlay_update = TRUE) ``` Boolean values.
0
I was trying to see what issues there were running on travis bionic.
0
Damn you tabs, go away!
1
I'll take "Shit I didn't even know was in the code" for 500, Alex
1
Good point, I've gone ahead and migrated all interfaces to types.
0
https://github.com/Automattic/wp-calypso/pull/52089/commits/3fd6f256e790d810846c0ac684f41802be2838ed
0
If you specified the list of mutations new one needs to recieve you sure as hell dont want any random mutation to pop up
1
I don't actually know what this is used for. I removed it because it is using the (now removed) course_structure api. As far as I can tell, this is only used in course_overview.html were we show a warning that the course is using unsupported features. Is that something that is still needed?
0
Oops. I just /keep/ forgetting to make getters const.
0
you don't need this if here, instead do it *inside* the maybe_convert_to_utc function
0
You still have fucked up line endings
1
look at the shebang in the file
0
`@else` cannot be used because it catches a single argument. `@else if` is fine in most cases, but `@if` can catch cases where invalid values \u200b\u200blike `$transition-base: null, all 1s`.
0
Hmmmmm, I think that I would rather prefer that you create a real component / directive with a destroy hook and use it in an embedded view. This way: * we can test different scenarios easily (directives, directives with providers that have onDestroy hook etc.); * we don't have to modify `setupRootViewWithEmbeddedViews`; * we've got less dependencies on the internal impl details (`destroyViewTree`) WDYT?
0
I've done it and it does _not_ look pretty.
0
Wait a minute, can't you call `_insert_followers` on all `threads` once? Not sure that `_insert_followers` supports it, but it might be worth it. BTW the API of this method is very old-fashioned.
0
`setUp` is run for every single test. We created those two variables to hold the ORIGINAL values of `_COMMON_ATTRIBUTES` and `_NETWORK_ATTRIBUTES` so we can reset them every time a test is run.
0
Updated to `correct_inputs_count` as well as `partial_inputs_count` to avoid having len() in the template. The same could probably be applied to some of the `survey_question._prepare_statistics()` badge values of "Answered" and "Skipped" depending on how the fix for the counting of skipped choice questions is done + for how an "Incorrect" badge is added in (not done as part of this task since requires more changes than expected to be done cleanly).
0
https://github.com/nodejs/node/pull/39840
0
Calcite is using `ByteString` for both BINARY and VARBINARY: https://calcite.apache.org/avatica/apidocs/org/apache/calcite/avatica/util/ByteString.html We should match, as that will minimize pain when I pull in the Calcite Rex code generation.
0
I am wondering if we can use standard HTTP verbs here? CREATE - NEW -> POST (idempotent - no) - IFNEW -> PUT (idempotent - yes) UPDATE - REPLACE -> POST (idempotent - no) - FORCE -> PUT (idempotent - yes) I think it will be easier to understand if CREATE and UPDATE are two separate endpoints.
0
I have no idea why this is marked as conflicting. git doesn't think there are conflicts (github should really try using git, it's a great DVCS). I'll "resolve" manually if reviewer wants, although if less ridiculous solution is known, please advise.
1
The `dl` library does not have any way to iterate over symbols. We'd have to use ELF library on Linux and something equivalent for MACHO on macOS. Possible in the future, but definitely overkill at the moment.
0
How the hell would an `SString` be null? I assume you wanted to check if it's empty. For that, use `.empty()`
1
I would move this comment down to right before line 10646
0
Please use `quoteStringLiteral()` immediately during concatenation and leave the variable unchanged. Otherwise, it's not reusable (see the comment above).
0
My proposal is that we stop using it. This type of change is absolutely ridiculous.
1
[to add here] my sentiment, is that they look hacky;
0
These vars such as rsize cant be in the middle of the code.. declare them first at the top.. ``` int rsize, fsize; DWORD envlen; char *val = NULL; ```
0
Yup, done!
0
doc this friggin proc
0
Even in a fix I manage to fuck something up goddamn
1
Why this "split", any reasons?
0
@joshdholtz craps. wrong copy and past.
1
Done, removed the cherry-picked commit and moved getFlowSchema into this commit
0
@awgu Yep it is
0
How very sloppy of me... Good eye, it has been fixed now.
0
probably a good idea. I'll add it
0
this change has nothing to do with this issue, I am just trying to simplify the code and leave the default value logic in one place
0
In general we try to stay close to Analysis Services behavior. When the RETURN clause is omitted, SSAS returns values from each of the cube attributes. This change would go in the opposite direction.
0
I'll add a TODO and a ticket number.
0
It's a bootstrap class. Live with it ;-)
0
I will add all those things. But how did you find out, that there was an `appcast` url? And there was a versioned download link? On the website, there is no information about all that.
0
oneLight isn't being used
0
I'll ask you about this in the IRC later since I don't really know anything about this pooling business and don't want to fuck anything up
1
Damn python wanted two blank lines between functions :cry:
1
How _hell the_ did I make it wrong again? ^^'
1
The last time I tried, array literals did't work in Jinja (unfortunately).
0
```-f``` refers to a setting in a function which calls this: IMO it's more appropriate to throw a customized exception, catch in the parent, and talk about ```-f``` there.
0
Then I would recommend we make it work by massaging it for now, then somebody will need to rewrite it to make it not suck. Maybe Silent would like to look at it since he added all the index stuff.
1
You poor soul, there are no problems with the code i just find based time funny
1
```suggestion upcommingChange && env.showUpcomingChanges ```
0
Do you mean: Bayesian Reasoning and Machine Learning?
0
Please update the description strings also -- that's the documentation that users will see.
0
`Provides the MonoAOTCompiler msbuild task`
0
@deeky666 yup...
0
Yes, I understand what you mean, I think it makes the code uglier, but here you go :)
0
Damn, why didn't I see that. Thanks. :)
1
oh, crap. missed this.
1
what if, it's a witch? fucking fix it no seriously use \\his
1
:( my coding skills are becoming rusted...
0
Please change this part to ``` build: - {{ compiler('c') }} - {{ compiler('cxx') }} - cmake ```
0
why not port forward UPNP is a bag of rubbish and if you have 2 PCs doing chia UPNP will not work.
1
Since user is not authenticated or authorized we can safely assume that the operation did not even start. If we mark a volume as uncertain, we would most probably get PERMISSION_DENIED or UNAUTHENTICATED error during Unpublish / Unstage.
0
THEY and instead of absorbing make you eggs which grow into more THEY It's the fact it can all be ruined by one faggot holding a key That makes it horrible. if you make ORGANS controllable individually its better than the whole mob controlled by all leg pounces, claw hurts, tentacle grabs
1
What @liggitt is saying is that we can NOT have such validation as long as the piecewise override from CLI flag happens. Such validation would be inconsistent with the validation done in `SetFromMap`
0
Seems reasonable. Added.
0
Yup made those changes a while back
0
This PR adds 37 new dependencies to TiKV. Now TiKV has to build prost and protobuf, grpcio and tonic at the same time. This is ridiculous.
1
Thanks @Tcharl yes if you have the time (as I know I won't). As we have no parent pom (which is good, clients usually have their own), there's no other way to add a new variable for the Spring version - or do you have a better idea? This really sucks
1
nit: with the name -> with the `{@code name}`
0
Gia is probably going to yell at you because MUH SIGNATURES.
0
Looks like indenting is screwed up here (you were fixing others so I'll assume this is fair game!)
1
It would be clearer to define these in the scope that they're used in, e.g. inside the `for()` loops below.
0
I'll take a look first thing tomorrow morning. (Though, this is ridiculous amount of changes to add a parameter to the gRPC. \U0001f92f\U0001f972)
1
Oooh my bad. I think I had added this in a PR. #4358 Apologies :pray: #4356
0
lowercase `d`?
0
no, only if the calculation is implemented naively :-)
0
Yes. This is the reason of my breaking change in the 1st commit, both DataMatcher and ViewMatcher objects can look identical. The class field is an optional property on both DataMatcher and ViewMatcher, and similarly, the args field can be an array of either String or Object. The difference is on the Espresso side, DataMatcher calls 'onData' and ViewMatcher calls 'onView'.
0
You can add `makeWrapper` to `nativeBuildInputs` and do ``` makeWrapper ${electron}/bin/electron $out/bin/${pname} \\ --add-flags $out/share/riot/electron ```
0
Some of the slack and twitter stuff got officially pulled into POCS, so let's strip all this from here.
0
Minor versions are all bug fixes, as towards newer version `2.27+`, early ones become more or less obsolete.
0
If possible, would be awesome not to mutate. All sorts of things end up breaking down the line after you do a mutation.
0
awesome! would you mind pushing a commit that removes this block entirely?
0
I rolled back all changes related to the wacky text- and path-processing functions in make. It was holding this change back. Mac users: get coreutils. Really, it is not that hard.
1
```suggestion make dmqdesign/spin:default OR make dmqdesign/spin:default:dfu ``` Sorry, just noticed this. Build instructions are case-sensitive so someone following the readme to the letter could get tripped up.
0
Something has happened here with all the newlines and stuff.
0
Same here. Better accept "masteranddns" as alias.
0
I kind of disagree since it's unambiguous: exponentiation has higher precedence than multiplication. Binary expressions with superfluous parens grinds my gears because it suggests its author didn't know the precedence rules. I would have written it as `sign * frac * 2**-1074` if eslint didn't complain about it, but it does.
0
Yeap, it will be a piece of cake)
0
I'd rather see the KPA be aware of the last pinned annotation than have the Revision be aware of this autoscaling annotation.
0