text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
**Symfony version(s) affected** : Probably all of them, but I am currently in
4.1
**Description**
When you try to put the Translator Path in an envrionment variable, Symfony
try to check if the Path exist **BEFORE** the compilation of the envrionment
variable.
So with `'%env(resolve:PATH_TRANSLATION)%'`, Symfony t... | Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 3.3.9
when using an env var inside the value of a framework.translator.paths, the
env var value is not resolved, and instead its placeholder is given to the
translator
parameters:
... | 1 |
In type definition @types/react is bug in interface LinkHTMLAttributes.

|
* I tried using the `@types/autoprefixer` package and had problems.
* I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
* I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there).
* Mention the authors (see `Definitions by:`... | 0 |
**I'm submitting a ...**
[X] bug report
**Current behavior**
Error Messages on running npm run test after upgrade from 2.4.8 to 4.0.0-rc1:
[at-loader] Checking finished with 1045 errors
Hash: 2075dbec0d36e9d4552f
Version: webpack 2.2.0
Time: 17756ms
Asset Size... |
**I'm submitting a ...** (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
**Current behavior**
ES5 testing bundle files(`testing.es5.js`) contain ES2015 codes.
**Expected behavior**
`testing.es5.js` files contain transpiled ES5 codes.
* **An... | 1 |
Dropdown not working on the navigation bar on Android.
I'm testing in some browsers for Android.
Links within the dropbox dont work.
|
I had a project using more or less the same menu and it worked. Found out it
was using Bootstrap version 2.3.1. Compared version 2.3.2 and 2.3.1 and found
that in version 2.3.2 there's this snippet of CSS that reads:
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
botto... | 1 |
### Bug report
**Bug summary**
When using a colormap to generate a color array with data that contains np.nan
(NaN), an warning is given, and the previous color entry is duplicated. The
method that has this issue is `to_rgba`.
**Code for reproduction**
import numpy as np
from matplotlib.colors i... |
### Bug summary
The default minor colorbar ticks in matplotlib 3.5.1 look strange in the
presence of major ticks determined by `BoundaryNorm`. Thought I had seen this
issue in a previous thread but can't seem to find it... apologies if this is a
duplicate.
### Code for reproduction
import matplotlib
... | 0 |
Hello! I want to use Glide and Material Components in my project. Here are my
dependencies:
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.google.android.material:material:1.0.0-alpha3'
implementation 'androidx.recyclerview:recyclerview:1.0.0-alpha3'
... |
**Glide Version** :4.7.1
**Integration libraries** :
**Device/Android Version** :xiaomi 6 Android8.0
**Issue details / Repro steps / Use case background** :
the gif url is
http://emyfs.bs2cdn.yy.com/Zjk0MDVmYTItNThlYi00MzdkLWJmNWYtNzZkYmUzY2Y1YmUw.jpg
the gif is has alapha channel
glide load display effect
![... | 0 |
## ❓ Questions and Help
I want to convert a custom layer to onnx format in pytorch 1.1.0. But I get an
error
`RuntimeError: tuple appears in op that does not forward tuples`.
But in pytorch 0.4.1 it works.
## To Reproduce
My code to reproduce the error:
import torch
class CustomFunc... |
**Summary by@ezyang.** If you are using multiprocessing code, and are in
Python 3, you can work around this problem by adding
`mp.set_start_method('spawn')` to your script. Otherwise, to work around, you
need to make sure there are no CUDA calls prior to starting your subprocesses;
`torch.cuda.is_available()` and `t... | 0 |
There is another one like #500. Alas, I can't load up a screenshot. :-/
|
This issue is to track Syntax error popping up in the challenges.
| 1 |
Hi, two question about glide.
1、How to clear cache of a specific url?
clearDiskCache() and clearMemory() will chear all cache, but this is not what
I want?
2、How to get bitmap?
|
**Glide Version** : 3.7.0
**Device/Android Version** : Android 4.4.2 - wolfgang AT-AS55HD1
**Glide load line /`GlideModule` (if any) / list Adapter code (if any)**:
RecyclerAdapter
Glide.with(context)
.load(APIRoutes.getProjectBlobURL(project.getProjectID(), accountConfiguration.pee... | 0 |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.): First attempted via #kubernetes-
users on slack
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any dup... |
I haven't found a way of pausing/decommissioning a node, have all its
containers stopped and recreated elsewhere in the cluster.
This would be great for node upgrades (hardware, OS, etc.).
Obviously, the node would have to be _blacklisted_ so that no new containers
are scheduled to it.
/cc @jmreicha
| 0 |
Hi bro,
The below is my stacktrace.
12-18 23:44:05.602: D/dalvikvm(1966): VFY: replacing opcode 0x6e at 0x000a
12-18 23:44:05.670: D/dalvikvm(1966): GC_FOR_ALLOC freed 290K, 8% free 5596K/6020K, paused 3ms, total 4ms
12-18 23:44:06.294: D/dalvikvm(1966): GC_FOR_ALLOC freed 321K, 8% free 5750K... |
A 3840x2880 example is
http://media4.giphy.com/media/ToMjGpquWkOQon5nAvS/giphy.gif.
Probably the most reasonable thing is to catch the exception, allow the load
to fail, and encourage users to not try to load gigantic gifs, but we may also
be able to find some reasonable way of downsampling GIFs the same way we do
B... | 1 |
http/3 support?
https://www.rfc-editor.org/rfc/rfc9114.html
|
Hi 👋🏻
I have tried Deno several times, before version 1.0, and with the latest
version. One obvious problem I see, and which I think is huge, is the
permission system. Currently, when we run a script with Deno, we have to
specify the different permissions we want using arguments like `--allow-run`,
`--allow-read`.... | 0 |
(Update by @RyanCavanuagh)
Please see this comment before asking for "any updates", "please add this
now", etc.. Comments not meaningfully adding to the discussion will be removed
to keep the thread length somewhat reasonable.
* * *
(NOTE, this is _not_ a duplicate of Issue #1524. The proposal here is more
along t... |
I noticed that recently a lot of new APIs are added to `lib.d.ts`. Of cause
this is a good thing, however my code breaks badly because of such update.
Previously I had added a lot of declarations in my code for HTML5 APIs that
were missing in `lib.d.ts` . Now some of them are added to `lib.d.ts`, and I
get quite a f... | 0 |
I have a function that takes a class constructor as a parameter, and returns
another class constructor of the same type. Internally, the provided
constructor is subclassed and augmented, and the subclass is returned.
I'm having trouble finding a way to express this function in a generic,
strongly-typed manner. Note ... |
There appears to be some kind of internal "class" type that is impossible to
represent generically:
You can see a live version here: http://goo.gl/exBzY6
function IdentifiableSubclass<T extends What?>(SuperClass: T) {
return class extends T {
public _id = null;
}
}
cl... | 1 |
Opening a new issue since no action has been taken on #842 for more than a
month.
Looks like we have an issue on how fastapi handles lists of elements passed as
`Form` parameter (so anything that is type hinted `List[...] = Form(...)`).
The issue doesn't arise when they are defined as `Query` parameters.
After som... |
**Description**
I need to support several query parameters with same name in GET route.
Typical request looks like this:
http://localhost/item?num=1&num=2
I configured a route
@app.get("/item", content_type=UJSONResponse)
async def get_part(num: list):
found = False
for i in nu... | 1 |
If you define a class that has a property which only has a setter, but not a
getter, and then attempt to use the non-existent getter the code will compile,
but the getter is undefined, leading to a crash when it is used. For example:
class MyClass {
private theCount: number;
c... |
What, all this business with union types, indeed a veritable managerie of
type-related tricks, and we can't make the basics work?
function borked(): number {
if (false)
return 1;
}
I know this will be flagged with the dreaded "By Design", because of some
silly JavaScript u... | 0 |
This complies ok:
struct A(int);
impl A {
unsafe fn a(&self) -> int { **self }
}
trait B {
unsafe fn b(&self) -> int;
}
impl B for A {
unsafe fn b(&self) -> int { **self }
}
fn main() {
let _ = A(1).a();
let _ = A(1... |
This compiles, and shouldn't:
enum x = ();
impl x {
unsafe fn with() { }
}
fn main() {
x(()).with();
}
| 1 |
#### Code Sample, a copy-pastable example if possible
In [147]: pandas.Timestamp('4 pm')
---------------------------------------------------------------------------
OutOfBoundsDatetime Traceback (most recent call last)
<ipython-input-147-333a3814fcab> in <module>()
... |
I assume that this was officially supported before. Haven't narrowed it down
any more than sometime between 0.16.2 and 0.17.0.
In [1]: pd.__version__
Out[1]: '0.16.2'
In [2]: pd.date_range("Jan 1", "March 31", name="date")
Out[2]:
DatetimeIndex(['2015-01-01', '2015-01-02', '2015-01... | 1 |
Im not sure if this is an implementation issue or Doctrine itself. But if i
was to create two identical entities and persist them, why does doctrine store
two entries in the database? surely the idea of a DBAL is to handle
normalisation for you? Is there a way you can prevent duplicate entries in the
database?
... |
The Framework bundle only implements two asset version strategies: empty and
static (defaults provided by the Asset component).
If I want to use a custom strategy for my package (eg. to add the locale its
path) without overriding the defaults, the recommended solution is to:
* create a new service (my strategy)
... | 0 |
Describe what you were doing when the bug occurred:
1.
2.
3.
* * *
## Please do not remove the text below this line
DevTools version: 4.6.0-6cceaeb67
Call stack: at n.value (chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:173658)
at p (chrome-
extension://fmkadmapgofadopljbjfkapdkoie... |
The DevTools Profiler occasionally encounters the error:
> Could not find commit data for root "..." and commit ...
This issue is intermittent and we do not currently know hot to reproduce it.
**If you can reproduce it** we would love to get any of the following
information from you:
* Info about how you reprodu... | 1 |
The file `tensorflow/lite/experimental/micro/README.md` says
> The core runtime fits in 16KB on a Cortex M3, and with enough operators to
> run a speech keyword detection model, takes up a total of 22KB.
But after compiling `libtensorflow-microlite.a`, I get
ls -lh
total 512
-rw-r--r-- 1 xxx... |
Hello,
I would like to ask if current API of datasets allows for implementation of
oversampling algorithm? I deal with highly imbalanced class problem. I was
thinking that it would be nice to oversample specific classes during dataset
parsing i.e. online generation. I've seen the implementation for
`rejection_resam... | 0 |
Describe what you were doing when the bug occurred:
1. Reading the flamegraph of my React app
2. Clicked on one of the options in the `Rendered at` list of the graph

3. This caused the below error... |
PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE
I got this error when I click 'Ranked'.
* * *
## Please do not remove the text below this line
DevTools version: 4.0.4-3c6a219
Call stack: at chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:11441
at Map.forEach ()
at commitIndex (chrome... | 1 |
It would be super handy if there was an interface for drag and drop on the
file tree to move files around. I shouldn't think it would be too terribly
difficult (I might actually have a crack at it if I can find the time) as it
the action would just be an alias for a cut/paste action.
|
Would be awesome to be able to drag and drop files between folders in the file
tree right in Atom. I like the text-based rename feature that lets you move
files between folders, but drag and drop feels more natural to me having
gotten used to it in TextMate.
| 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: xxx
* Operating System version: xxx
* Java version: xxx
### Steps to reproduce this issue
unbox... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: master
* Operating System version: all platform
* Java version: all version
### Steps to reprodu... | 0 |
### Apache Airflow version
main (development)
### Operating System
macOsS
### Versions of Apache Airflow Providers
apache-airflow-providers-amazon (main)
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
_No response_
### What happened
airflow/airflow/providers/amazon/aws/utils/email... |
### Apache Airflow version
2.6.1
### What happened
When using search filters for pages accessible from the `Browse` context menu
(i.e. `Browse > DAG Runs`), some filters do not seem to apply. Instances of
this are clearest with filtering by logical date which returns all DAG Runs,
with the ones matching the filter... | 0 |
Got this error now for the second time - PowerToys stops working for a while
after that.
Error Message:
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.18363.0
IntPtr Length: 8
x64: True
Date: 08/02/2020 17:28:30
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object n... |
Popup tells me to give y'all this.
2020-07-31.txt
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.19041.0
IntPtr Length: 8
x64: True
Date: 07/31/2020 17:29:59
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boo... | 1 |
##### Description of the problem
I seems that DirectGeometry.fromGeometry creates duplicate vertices. In this
line of code vertices are created when looping through faces, not vertices.
This result in duplicate vertices.
I think this is unintended, or am I missing something?.
This problem effects BufferGeometry (v... |
I miss the wireframe feature on BufferGeometry based objects like Planes (e.g.
webgl_geometry_extrude_shapes2.html). I'm not sure why it was removed.
So I tried to put it back in. I added some code in "WebGLRenderer.js" to
"renderBufferDirect" and it worked as expected:
var offsets = geometry.offs... | 0 |
Chaining `ngFor` with a `slice` pipe throws errors.
I just realized that now that the dev mode is enabled by default (alpha-55).
@Component({
selector: 'users-cmp',
template: `<div *ngFor="#user of users | slice:0:2">{{user.name}}</div>`
})
export class UsersCmp {
users: Arr... |
**I'm submitting a ...**
[x] bug report
Modules are loaded twice.
• angular version : 2.4.4 (latest)
• angular/router : 3.4.4 (latest)
**Reproduction of the problem**
https://github.com/ASmeha/angular2-sample
In this sample modules are loaded when changing routes .
**Example in the repo for the issue** ... | 0 |
I just came across an error message that, in my opinion didn't really tell me
what the problem was.
I was setting up a simple *ngFor `*ngFor="#mode in modes"`
Yet, obviously I got an error because I put "in" instead of "of", however the
error was
`Can't bind to 'ngForIn' since it isn't a known native property (te... |
**I'm submitting a ...** (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[x ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... | 0 |
Every time I open `app/assets/stylesheets/github/contributions.scss` the app
becomes unresponsive -- except I can Quit. No amount of waiting seems to allow
for it to right itself. I've opened the inspector before opening the file to
try to catch some hint of what's going on, but either the app becomes
unresponsive be... |
When I open _transition.scss It reliably freezes my whole atom. I can't even
open web inspector console.
| 1 |
##### System information (version)
* OpenCV => 2.4.11
* Operating System / Platform =>Windows 64 Bit
* Compiler => python
##### Detailed description
Much thanks to anyone who may help,
I am using the cv2.findcirclesgrid() in python script to detect the centers of
images of calibration board, but the results... |
##### System information (version)
* OpenCV => 4.2.0-dev `5265db8`
* Operating System / Platform => Windows 10 64 Bit
* Compiler => Visual Studio 2015
##### Detailed description
I have a Caffe model with `Slice` layers. However, I'm not able to access the
"implicit" outputs of the layer.
##### Steps to repr... | 0 |
Currently only variables and modules which conflict with aliases give errors,
for example
module A {
export var AAA: {VarInt;}
export interface AAA { IntInt; }
}
module MyModule {
var XXX : { VarExt; } // Highlighted as error - ok
// module XXX { export var VarExt; } //... |
I have been having a heck of a time getting es6 promises to work with
Typescript in a ASP.NET 5 project. I installed the es6-promise.d.ts via tsd
install es6-promise. However, I get errors about Promise being duplicated.
When I hover on the Promise declaration in the es6-promise.d.ts file, I get
the error below (see ... | 0 |
Q | A
---|---
Bug report? | yes
Patch? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 3.2
The problem occurs when the amount of cache generated is such that writing is
no longer possible on the HttpCache (e.g dedicated disk, my case).
More precisely, the temporary file... |
Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser received a new
regular expression in 2.7.10, breaking the use of template names that are not
in Resources/views.
E.g. a template in "src/My/SuperBundle/Whatever/Template.html.twig" could be
found with "@MySuperBundle/Whatever/Template.html.twig" as templat... | 0 |
### Environment info
Operating System:
Linux 3.10.0-327.13.1.el7.x86_64
CentOS Linux release 7.2.1511 (Core)
Installed version of CUDA and cuDNN:
CUDA is 7.5 and cuDNN is 4.0.7
ls -l /usr/local/cuda/lib64/libcud*
-rw-r--r-- 1 root root 322936 Aug 15 2015 /usr/local/cuda/lib64/libcudadevrt.a
lrwxrwxrwx 1... |
The following commands were run on a Fedora 23 64 bits on Tensorflow master,
but I get similar results on the 0.8 branch.
Using Bazel 0.2.1 on a laptop without graphics card:
$ bazel build -c opt --verbose_failures //tensorflow/tools/pip_package:build_pip_package
INFO: Found 1 target...
ERROR:... | 1 |
# Summary of the new feature/enhancement
Today, custom-zone-sets are stored in the zones-settings.json file, along with
app-zone-history and devices trees. This makes it difficult to backup or share
configurations between people / computers.
# Proposed Solution
Propose moving custom-zone-sets into a directory wher... |
Having the app history in the same file of the zones settings has some
drawbacks:
* it contains sensitive data and makes more complicated to report the zone settings without it
* we need to make changes to the app history schema and that work should not effect the zones settings code path
* since we have to pe... | 1 |
There is no environment variable equivalent to `-J`/`--sysimage` option for
specifying a custom image for Julia instance. I think supporting a variable
like `JULIA_SYSIMAGE` can be quite useful when deploying Julia for custom
environment, i.e. deploying in a Docker container with custom system image
baked in.
Curren... |
Being able to specify this path with a variable such as
`JULIA_SYSIMAGE=/tmp/sysimage.so` would be useful.
| 1 |
The include/exclude clause used in aggregations like _terms_ agg uses regex
syntax to identify terms.
While this offers a lot of flexibility for matching, the list of terms
supplied by a user is sometimes a fixed set of raw values and it is:
a) inconvenient for the user to have to escape these strings into "legal... |
In facets, we can filter a Terms Facet using an array of values:
{
"query" : {
"match_all" : { }
},
"facets" : {
"tag" : {
"terms" : {
"field" : "tag",
"exclude" : ["term1", "term2"]
... | 1 |
For English only, other languages we will close it directly.
Please answer these questions before submitting your issue. Thanks!
Before submit a new issue, please check existed issue first, to make sure your
issue is not a duplicated one.
### Which version of Sharding-Sphere do you using?
3.0.0M3
### Which proje... |
## Bug Report
**For English only** , other languages will not accept.
Before report a bug, make sure you have:
* Searched open and closed GitHub issues.
* Read documentation: ShardingSphere Doc.
Please pay attention on issues you submitted, because we maybe need more
details.
If no response anymore and we c... | 0 |
## Description
When fitting a `LogisticRegression` on a sparse `csr` matrix with `dtype` set
to `np.float32`
<378019x13491 sparse matrix of type '<class 'numpy.float32'>'
with 13405727 stored elements in Compressed Sparse Row format>
the call to `fit` fails, with the exception below, ind... |
To reproduce:
from sklearn.feature_extraction.text import TfidfVectorizer
from sklearn.metrics import classification_report
from sklearn.multiclass import OneVsRestClassifier
from sklearn.pipeline import Pipeline
from sklearn.svm import SVC, LinearSVC
from sklearn.datasets impo... | 1 |
**Is your feature request related to a problem? Please describe.**
Yes, as document describes, material cannot be shared by Mesh and
InstanceMesh. So when I set override material of scene, it would no work on
one of Mesh and InstanceMesh.
I guess this is because the material will be compiled before rendering. Once... |
##### Description of the problem
I'm having a problem where the InstancedMesh method `setMatrixAt` seems to
fail (the matrix positions doesn't change visually) whenever I add another
object with the same material object (not a clone) in the scene. No
log/warning/errors are emitted.
The following briefly illustrates... | 1 |
# Feature request
## Is your feature request related to a problem? Please describe.
By default next.js automatically routes /api/file, we need a way to access the
api through relative path. It is currently forbidden in next.js probably due
to the need to support SSR, though it should be possible to supply the addre... |
# Feature request
Add `hostname` parameter in `ctx` which returns current hostname on both
server and client.
## Is your feature request related to a problem? Please describe.
We have 2 web apps - Next.js frontend and Django API. We use Nginx to proxy
routes so both are using the same host but API is hosted under ... | 1 |
I am currently working on splitting up various parts of my app into separate
files and lay-loading them when needed. The concept works out, however,
webpack doesn't play nicely. In two separate files - `main.oj` and
`editor.oj`\- I use `require("highlight.js")` to require the HighlightJS
module. However, what the dif... |
There are files which are 80% or under for test coverage on Coveralls, giving
them a red label. Providing these files with dedicated unit tests will help
solidify their API, as well as bring their coverage up to 100%.
Please see the coverall coverage report:
https://coveralls.io/github/webpack/webpack
This issue a... | 0 |
I'm trying to display placeholder value in a Select if value is not selected.
When user selects value it should disappear and the value should replace
placeholder. However label should be displayed all the time. I can achieve it
in TextField but not in Select.
Here is my try however it doesn't display anything in pl... |
disabled is not being inherited by either Checkbox or Switch (or
FormControlLabel actually) when used inside a FormControl.
I tried this:
FormControl (disabled) -> checkbox (not inherited)
FormControl (disabled) -> FormControlLabel -> checkbox (not inherited)
FormControl -> FormControlLabel (disabled) -> check... | 0 |
I am running python and keras on windows,
I use anaconda2 with"pip install keras" to install the keras. The installed
keras version is 1.0.0, and the installed theano version is 0.8.1. Then I run
the keras example "mnist_cnn.py" step by step, the errors come out when it run
the 70 line" model.fit(X_train, Y_tra... |
found a issue, not sure why.
was using Mac before, no issue happens.
but when switch to ubuntu, something happends..
I am running python 3.5 on ubuntu 14.04 TLS
I found some weird errors on my own code.
Then, I just tried running **keras example** _mnist_cnn.py_
the same thing happend:
image [No... | 1 |
I have been trying to figure this out for over an hour now. Here is the
subject code:
const ENVIRONMENT = process.env.NODE_ENV;
const BASENAME = process.env.APP_BASENAME;
console.log('process.env', {
ENVIRONMENT: ENVIRONMENT,
'process.env': process.env,
NODE_ENV: pr... |
## Feature request
**What is the expected behavior?**
Various parts of Webpack's (semi-)internal runtime depend on a native
`Promise` being available.
Currently, browsers which do not have a native implementation require that it
be polyfilled globally.
It would be nice if Webpack would provide a way to hook in a... | 0 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18363.836]
PowerToys version: 0.18.1
PowerToy module for which you are reporting the bug (if applicable): launcher
# Steps to reproduce
search a file
# Expected behavior
showing files
# Actual behavior
not displaying... |
# Environment
Windows build number: Version 10.0.18363.836
PowerToys version: v.0.18.1
PowerToy module for which you are reporting the bug: PowerToys Run
# Steps to reproduce
Install PowerToys via GetWin
Run PowerToys in always admin mode
Run PowerToys Run via Alt + Space
Search fo... | 1 |
Challenge Increment a Number with JavaScript has an issue.
User Agent is: `Mozilla/5.0 (X11; CrOS x86_64 8530.96.0) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/53.0.2785.154 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible. I think it is correct but it wo... |
Challenge http://www.freecodecamp.com/challenges/waypoint-bring-your-
javascript-slot-machine-to-life freezes up when trying to enter code. I had
started entering my code and got $($) entered when I could no longer enter
anything. I also cannot reset my code or anything. I have to kill the page and
get back in. If I ... | 0 |
## Summary
Information can be lost during the parsing of some complex headers response,
like for example these ones
https://developers.google.com/search/reference/robots_meta_tag#xrobotstag
Simulating something like this with httpbin gives us:
http://httpbin.org/response-headers?X-Robots-
Tag=googlebot:%20nofollow&... |
Hi,
I noticed URL encode issue in get() --
In [32]: r =
requests.get(r'http://i.ebayimg.com/00/s/ODAzWDEyODA=/$%28KGrHqV,!o8E63YcElkoBPFMhH2vUQ~~60_1.JPG')
In [33]: r.status_code
Out[33]: 404
In [34]: r =
urllib2.urlopen("http://i.ebayimg.com/00/s/ODAzWDEyODA=/$%28KGrHqV,!o8E63YcElkoBPFMhH2vUQ~~60_1.JPG")
In... | 0 |
For a week now, sometines, the namespaces property in bootstrap.php.cache is
null, which trigger this error:
Notice: Trying to get property of non-object in app/bootstrap.php.cache on
line 1211
Warning: Invalid argument supplied for foreach() in app/bootstrap.php.cache on
line 1211
Notice: Trying to get property... |
Some unexpected happens with my symfony2 app in production environment.
I always getting 500 Internal Sever Error with following log message:
PHP Fatal error: Class 'Doctrine\Common\ClassLoader' not found in
/var/www/cosamui/app/autoload.php on line 47
Code on line 47:
$classLoader = new \Doctrine\Common\Class... | 1 |
When a node is both master and minion --- that is, the `provision-
masterandnode` function in `util.sh` is invoked, the flannel files for both
master and minion are copied to the same node. That looks bad, the file names
are the same but the contents are different.
|
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.): No
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.): un... | 0 |
**Issue Type:** Bug Report
**Ansible Version:** 2.0.0.2
**Environment:** OSX
**Summary:** Ansible 1x allowed the combination of lists using the `+`
operator. Ansible 2x does not. Is this a wontfix?
Here is a playbook that fails in 2x but not 1.9x:
- hosts: all
gather_facts: false
va... |
## Enviroment:
Ansible: 2.0.0.2
OS: Ubuntu 14.04.3 LTS
Python: 2.7.6
## Steps To Reproduce:
TASK:
- name: test_1
copy: src={{ secure_vault }}/google-authentificator/{{ item['name'] }}/.google_authenticator dest=/home/{{ item['name'] }}/.google_authenticator backup=yes owner={{ item['name']... | 1 |
In the subject line function, log probability is calculated as follows (lines
287-88):
proba[proba <= 0] = 1e-5
log_proba = np.log(proba)
Oftentimes one encounters probabilities significantly smaller than 1.0e-5 that
are still nonzero. In the current implementation, for example, the log prob ... |
This is an issue that I am opening for discussion.
**Problem** :
Sample weights (in various estimators), group labels (for cross-validation
objects), group id (in learning to rank) are optional information that need to
be passed to estimators and the CV framework, and that need to kept to the
proper shape throughou... | 0 |
# Environment
Platform ServicePack Version VersionString
-------- ----------- ------- -------------
Win32NT 10.0.19018.0 Microsoft Windows NT 10.0.19018.0
# Steps to reproduce
I deleted the profile to recreate automatically to make sure it isn't a
profile specific ... |
# Environment
Windows build number: 10.0.18362.388
Windows Terminal version (if applicable): 0.5.2762.0
Any other software? SSH (from Windows 10), GNU screen on host
# Steps to reproduce
Ssh into remote host.
Start GNU screen (`screen`)
Type `cd ` and the first few _non-unique_ ... | 0 |
I am going to use loss information to update learning rate at each epoch by
the following formula:
learning_rate = initial_learning_rate * exp(Loss)
How to get the loss at each epoch and then implement the above updating law?
Thanks!
|
I have large number of models (of different structure) that were built using
the same input shape (but not the same InputLayer object).
Is it possible to merge their input into one of the same dimension?
I know I can do
m = Model(inputs=[m.input for m in models], output=....
But this approach requires duplica... | 0 |
### Bug summary
Creating a scatter plot with a legend and setting the color of the legend
markers only changes the edgecolor of the markers.
### Code for reproduction
markers = ["+", "s", "o", "*"]
fig, ax = plt.subplots(figsize=figsize)
for i, marker in enumerate(markers):
... |
### Bug report
**Bug summary**
When a PathCollection is created (e.g. by a scatter plot) using an array of
scalars to be colormapped on it then the `changed()` method reverts the effect
of previously issued `set_facecolor` command thus `set_facecolor` does not
work as expected. (As a consequence `set_color()` deos ... | 1 |
### Bug report
**Bug summary**
The following code for an animated visualization stopped working after an
upgrade from matplotlib 3.2.2 to 3.3.2.
**Code for reproduction**
Below is a minimum code for reproducible problem.
import numpy as np
import matplotlib.pyplot as plt
from matplotlib imp... |
### Bug report
**Bug summary**
Animations need to be held in a reference so that they are not gc'ed. I have
argued against that behavior in #16221, but as long as we keep it, we could at
least add an internal flag tracking whether the animation has been started (I
have not checked whether it would be best for this ... | 1 |
@rillian and @evanmcc have both encountered a build failure -- same place --
stage1 segfaults when building optimized on atom. Seems independent of
distribution, (happens on FC17 and Ubuntu oneiric). Both machines were atoms.
Tried builds on emulated non-atoms, same distros, no fault. Think it's atom-
specific. Might... |
This code:
#![feature(if_let, while_let)]
use std::io;
pub struct Test<W: Writer> {
writer: W,
}
impl<W: Writer> Test<W> {
pub fn new(writer: W) -> Test<W> {
Test {
writer: writer,
}
}
pub f... | 0 |
Describe what you were doing when the bug occurred:
Inspecting a react component with React Developer Tools
* * *
## Please do not remove the text below this line
DevTools version: 4.11.0-39713716aa
Call stack: at store_Store.getElementAtIndex (chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:... |
I am using typescript in one of my existed react project. I installed
necessary deps as what official site says , including typescript@4.6.3,
@types/node@17.0.23 and so on. Of course, I also use craco to rewrite cra's
default configurations. I was told to run tsc --init to generate a tsconfig
file, it was fine, every... | 0 |

It looks like it's also missing in any other JSX-expression context.
|
var p = new Array<string>();
var q = true ? p : [];
q[0]
My reasoning follows, please correct me if I'm wrong.
According to 1.5 spec, type of q[0] was calculated in the following way:
1. Take union type of `Array<string>` and empty array (`Array<Undefined>`).
2. Reduce that union type, wh... | 0 |
I apologise for raising this issue again, I'm not intending to be annoying or
disrespectful by this, but my previous issue #13034 was closed with a
suggestion which I believe not does mitigate the feature request. I'm simply
not aware if I should take the hint and go away, if there's a bit of a backlog
and I should h... |
Hey,
It seems like there is currently no way to take two mounted component
instances and tell which one of them is coming earlier in the application
structure (they could have been mounted asynchronously, and tracking the
instantiation/render/mount time is not enough). Ideologically I cannot
traverse the application... | 1 |
I assume this is also the case of the light theme.

|
_From@joaomoreno on December 14, 2015 13:52_

_Copied from original issue:microsoft/vscode#1269_
| 1 |
_Original tickethttp://projects.scipy.org/numpy/ticket/977 on 2008-12-26 by
trac user raybaut, assigned to unknown._
Running unit tests for numpy
NumPy version 1.2.1
NumPy is installed in C:\Program Files\pythonxy\python\lib\site-packages\numpy
Python version 2.5.3 (r253:67855, Dec 19 2008, 16:58:30) [MSC v.1... |
_Original tickethttp://projects.scipy.org/numpy/ticket/974 on 2008-12-20 by
@nilswagner01, assigned to unknown._
python2,6
>>> numpy.__version__
'1.3.0.dev6173'
====================================================================== ... | 1 |
Could you please provide official chart for your image.
The stable/airflow chart was created for image puckel/docker-airflow.
There are specific features in the puckel/docker-airflow entrypoint you don't
have
such as
https://github.com/puckel/docker-airflow/blob/master/script/entrypoint.sh#L13
https://github.c... |
### Apache Airflow version
2.6.2
### What happened
I'm installing a python package that contains airflow.plugins.
For some reason when I run `airflow plugins` the plugins show duplicated
twice.
This causes an issue loading blueprints:
ValueError: The name 'edit_run_conf' is already registered for this bluepri... | 0 |
Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | -
RFC? | -
Symfony version | 3.4.x
First of all, sorry if it's not a bug, but it's worth creating an issue;
I've noticed that the profiler never shows the information about my pools in
the right Request.
**Facts** :
* The cac... | Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 3.3.6
Empty symfony-standard project contains 5 cache calls in profile, but if I add
simple render controller - the cache panel becomes empty (No cache calls were
made.)
https://github.com/BoShurik/... | 1 |
Like in v2. This allows us to apply col-md-# classes to them without issues
caused by padding values.
|
Instead of on the `input[type=button]` and `button`. This comes in especially
handy when using the styles on `<a>` tags
| 1 |
This is a strange bug.
When loading both `https://deno.land/std@0.63.0/hash/mod.ts` and some cjs
files, deno checks the type of cjs.
export { createHash } from "https://deno.land/std@0.63.0/hash/mod.ts";
import {} from "./cjsTest.cjs"
error: TS2339 [ERROR]: Property 'test' does not e... |
Receiving TS2531 [ERROR] when running the mjs/cjs after Deno 1.0.4.
save as "test.mjs"
import { exp } from "./test_mod.ts";
if (false) null.func();
save as "test_mod.ts"
export const exp = {};
and run
% deno run test.mjs
Compile file:/// ... /test.mjs
... | 1 |
# Summary of the new feature/enhancement
Well I did not see it suggested before so I would create a ticket for it
This is mostly as most game would used modifier keys (Ctrl,Alt,Shift) and
depend on keyboard layout, Win key might be close to it and accidentally
trigger would be costly in game.
# Solution
So I wou... |
## 📝 Add option to only show taskbar hints on shortcut guide
_What is the expected behavior of the proposed feature? What is the scenario
this would be used?_
The main reason I like the shortcut guide powertoy is because it shows the
numbers over taskbar items to jump directly to them (e.g. WinKey + 5 to open
the ... | 0 |
### Environment
SQLAlchemy: 1.3.5 or 1.3.11
PostgreSQL: 9.6
Python: 3.7.4
### Problem
When delete parent model which has a relationship to children via secondary
table, and a relationship to secondary table directly, duplicated delete
queries on same instance have been emitted and report SAWarning.
IMO, Unexp... |
**Migrated issue, originally created by Anonymous**
SQLite with default=func.now() Column definition fails on insert
Testcase:
import sqlalchemy as sqa
import datetime
db = sqa.create_engine("sqlite://")
metadata = sqa.BoundMetaData(db)
#metadata.engine.echo = True # de... | 0 |

When floatingLabelText wraps to a new line it overlaps the textarea as shown.
* Material-UI: v0.15.0-beta.2
* React: 15.0.2
* Browser: Chrome OSX
|
If the hint text is long and wraps to multiple lines, floatingLabelText will
overlap.
| 1 |
**Migrated issue, originally created by Anonymous**
There is a very strange behavior with table joins and limit/offset:
example:
from sqlalchemy import *
db = create_engine("mysql://tezzt:tezzt@localhost/tezzt")
m = BoundMetaData(db)
db.engine.echo = True
class T1(object):... |
**Is your feature request related to a problem? Please describe.**
While trying to switch from dropbox/sqlalchemy mypy plugin to the official
sqlalchemy plugin, I found that in these stubs `nullable` and `primary_key`
have no effect on the Colum types.
**Describe the solution you'd like**
Currently the inferred... | 0 |
I'm not sure if this issue belongs in this repository since it spans across a
few different tools, but I'm grateful for any insights I can get here.
I have a project set up to use Typescript 1.5.3 transpiling to AMD modules
which are loaded via RequireJS. I'd like use SystemJS instead, but there's one
small issue I ... |
I am using @types/sinon-chai 2.7.27.
When i do the npm start i am getting following errors,
[default] D:\node_modules@types\sinon\index.d.ts:19:19
Duplicate identifier 'Sinon'.
[default] D:\node_modules@types\sinon\index.d.ts💯21
A parameter initializer is only allowed in a function or constructor
entation.... | 0 |
Hi,
I am trying build the ios app detailed in
https://petewarden.com/2016/09/27/tensorflow-for-mobile-poets/
but it fails with:
**checking whether we are cross compiling... configure: error:
in`/projects/tensorflow/tensorflow/tensorflow/contrib/makefile/downloads/protobuf':
configure: error: cannot run C compiled... |
When running `compile_ios_protobuf.sh`, it says:
checking whether we are cross compiling... configure: error: in
'.../tensorflow/tensorflow/contrib/makefile/downloads/protobuf':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'. See`config.log' for more details
| 1 |
[c:/Program Files/Microsoft VS Code/resources/app/extensions/csharp-o]: Cannot
read file c:/Program Files/Microsoft VS
Code/resources/app/extensions/csharp-o/package.json: ENOENT: no such file or
directory, open 'c:\Program Files\Microsoft VS
Code\resources\app\extensions\csharp-o\package.json'
|
Looking into repository, there is no longer folder named **csharp-o**.

I manually deleted the folder and restarted vscode and issue is gone. So,
problem looks like installer not removing that file.
| 1 |
There are several knobs in the plugins used by the fluentd setups, but none of
them are exposed to users of the images. It would be great to have that,
without requiring custom images: they're more work, tend to rot, etc.
I noticed that td-agent.conf supports an `@ include` directive. Would that
work, along with dro... |
**Kubernetes version** : GitVersion:"v1.3.4+coreos.0",
GitCommit:"be9bf3e842a90537e48361aded2872e389e902e7",
**Environment** :
* **Cloud provider or hardware configuration** : AWS
* **OS** (e.g. from /etc/os-release): CoreOS
* **Kernel** : Linux ip-10-16-11-222.ec2.internal 4.6.3-coreos #2 SMP Fri Aug 5 04:5... | 0 |
Here's the warning message:
sklearn/externals/joblib/hashing.py:197: DeprecationWarning: Changing the shape of non-C
contiguous array by descriptor assignment is deprecated. To maintain the Fortran contiguity of a
multidimensional Fortran array, use 'a.T.view(...).T' instead
obj_bytes_v... |
I juste met a strange Deprecation warning on scikit-learn master:
sklearn/externals/joblib/hashing.py:197: DeprecationWarning: Changing the shape of non-C contiguous array by
descriptor assignment is deprecated. To maintain
the Fortran contiguity of a multidimensional Fortran
array, use 'a.... | 1 |
{
"startingDirectory": "%USERPROFILE%",
"guid": "{cda12610-a377-4bf2-ab27-d25594581ae4}",
"name": "VS2019_X64",
"colorScheme": "One Half Dark",
"historySize": 9001,
"snapOnInput": true,
"cursorColor": "#FFFFFF",
... |
# Environment
Windows build number: [run "ver" at a command prompt]
Windows Terminal version (if applicable):
Any other software?
Today I modified the Windows Terminal configuration file and wanted to create
a Pwsh with the emoji title. However, I encountered some confusion in this
p... | 1 |
trait Hack: std::ops::Add<Self, Output = Self> + Copy {}
fn takes_hack(x: &Hack<Output=i32>) {}```
(which can't work of course)
Gives:
thread 'rustc' panicked at 'assertion failed: !ty.needs_infer()', ../src/librustc_typeck/lib.rs:152
on playpen's nightly and on an older nightly:... |
Code:
use std::ops::Add;
pub trait State: Add<Output=Self> {
fn new() -> State<Output=Self>;
}
Output:
thread 'rustc' panicked at 'assertion failed: !ty.needs_infer()', src/librustc_typeck/lib.rs:152
Backtrace:
stack backtrace:
1: 0x7... | 1 |
Right-clicking on a line in search results will show a context menu, but it
also navigates to the search result. I wasn't trying to leave the results, I
was trying to figure out how to collapse some of them.
Atom Version: 0.48.0
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36
(KHTML, ... |
When I right-click (or ctrl-click) on a file in the project search results,
the contextual menu appears, but the interface also switches to a tab with
that file buffer. This is frustrating when all I wanted to do was right-click
to reveal in the file tree or some other contextual operation. Primary click
should take ... | 1 |
Problem: the following codes just hang and never returns
clientset, err := kubernetes.NewForConfig(config)
pods, err := clientset.Core().Pods("").List(api.ListOptions{Watch:true})
while codes like:
watch, err := clientset.Core().Pods("").Watch(api.ListOptions{})
work as... |
Talking with @ericchiang a bit, my understanding of the RBAC PolicyRule's
`apiGroups` field is that it determines which API groups the authorizer looks
for resources in. For example, if you want to authorize the resource
"deployments," you need to explicitly include the "extensions" API group:
kind: "R... | 0 |
The generated docs of typescript files don't show the type of class and
interface members.
|
Currently having an `@Input` on a directive / component with the same as a
native property name will shadow input binding (that it, a directive will get
the bound value, not the native element). Apparently different rules apply to
`@Output`s.
In this plunker https://plnkr.co/edit/TDCsPTWeRvgALildXmkt?p=preview there... | 0 |
## Bug Report
**Current Behavior**
ERROR in ./js/index.js
Module build failed (from ./node_modules/babel-loader/lib/index.js):
Error: Duplicate plugin/preset detected.
If you'd like to use two separate instances of a plugin,
they need separate names, e.g.
plugins: [
['some-plugin', {}],
['some-plugin',... |
Recently, lerna decided to make itself illegal for anyone dealing with the
American immigration agency `ICE`. This means that basically every hosting
provider (including AWS) is now `lerna`-intolerant.
Problematically, I use `babel 6` and `babylon` to parse a custom programming
language. These are, unsurprisingly, v... | 0 |
The example codepen does not work. Looks like the openweathermap API needs a
key to access.
http://www.openweathermap.org/api
The Javascript console says:
http://api.openweathermap.org/data/2.5/weather?lat=48.1270&lon=11.3665&units=metric&callback=jQuery2130876683295937255_1444809427340&_=14448094273... |
Our Weather Zipline example is now broken. Aparently the API @AdventureBear
used on her Zipline no longer works.
https://www.evernote.com/l/AlwSsfX2kblJYoOSp9uAq-BKFosOSCg8-aAB/image.png
We need to find an API that works and doesn't require adding an API key, or we
need to make an API endpoint on Free Code Camp that... | 1 |
## Steps to reproduce
1. Create a local JavaScript module file named `/test-data.js`: https://gist.githubusercontent.com/KSXGitHub/62cb052060dc169796ab3698ff53c33b/raw/9d7d84910b344eb8580be8b91cf539e18e565e5d/init.sh.
2. Execute `deno run https://gist.githubusercontent.com/KSXGitHub/62cb052060dc169796ab3698ff53c... | 1 | |
Hi,
I was trying to use the LLVM C bindings from Rust, but I ran into a mysterious
error when I tried to use `LLVMGetTypeKind`. The Rust program is like this:
#[allow(cstack)];
use std::libc::{c_uint};
pub enum Context_opaque {}
pub type ContextPtr = *Context_opaque;
pub enum Type... |
First off, the operator precedence of `a..b` is extremely low.
`struct Range` recently got #[derive(Eq)], so people might want to compare a
range to an expression in range notation.
`r == 1..10` parses as `(r == 1)..10`. Similarly, `1..10 == r` parses as
`1..(10 == r)`. Both result in type errors.
I think there'... | 0 |
#### Describe the bug
In version 0.19.1 my API worked for DELETE's against my .NET Core 3.1 API, but
after upgrading to 0.20.0 this broke.
#### To Reproduce
My ts code:
public static async postDelete(payload: IAssetDeletionData): Promise<IAssetDeletionResult> {
const response = await (awai... |
#### Describe the bug
Axios last version (0.20.0) does not use data from config when making DELETE
request. In 0.19.2 it's working fine
#### To Reproduce
axios.delete("...", {
data: { ids: [...] },
}).then(response => {
...
}).catch(error => {
...
});
#### Expect... | 1 |
### What problem does this feature solve?
Currently, you can set a `true` value on a prop by simply using the prop's
name (i.e. `<input readonly...>`), but there is no equivalence for setting
`false` values (i.e. `<input :readonly="false">`).
In most cases (like above), `false` is already the default value, but the... |
### What problem does this feature solve?
There's already a nice shorthand for `true` props where you just add the prop
name on its own, however there isn't an equivilent shorthand for `false`
props. Below are a couple suggestions for that shorthand that would make
writing/reading these props easier I think. It's a ... | 1 |
If you're coming from numpy you're used to be able to index and assign into
arrays in the usual way.
|
We should make our slicing and assignment ops more general to capture more of
the functionality of numpy slicing, and add `__getitem__` sugar for all of it.
Specifically,
1. We should have a 2.5 dimensional set of ops, with dimensions (1) get vs. set, (2) slice type, and for the assignment ops (3) the update op. C... | 1 |
Fork of #3810 and #3799. Decimal intervals would be useful for certain data
types such as currencies, temperatures, lengths ...
|
It would be really useful to allow for a 'grace period' between when ES
notices that a particular node has gone down, and shard-reallocation begins.
There are times when we might want to do a quick restart of an ES node ... or
take one down for a full reboot ... and we don't want to do a re-allocation of
shards becau... | 0 |
It was okay in previous Go versions.
package main
import "fmt"
func main() {
var c rune
n, e := fmt.Sscanf("\n", "%c", &c)
fmt.Println(n, e)
// Go 1.5: 0 unexpected newline
// Go 1.2, 1.3, 1.4: 1 <nil>
}
|
### What version of Go are you using (go version)?
I found this when upgrading from Go 1.3.3 to Go 1.5
### What operating system and processor architecture are you using?
GOARCH="amd64"
GOOS="linux"
### What did you do?
$ cat scango.go
package main
import "fmt"
... | 1 |
### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
When introducing new DAGs to our Airflow 2.4.0 environment, the web server
failed to update Flask permissions and the UI could not show the DAGs,
although they were accessible through airflow CLI (`airflow dags list`,
`airf... |
### Apache Airflow version
2.4.0
### What happened
Stopped existing processes, upgraded from airflow 2.3.4 to 2.4.0, and ran
airflow db upgrade successfully. Upon restarting the services, I'm not seeing
any dag runs from the past 10 days. I kick off a new job, and I don't see it
show up in the grid view. Upon chec... | 1 |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.): kinda
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.): ... |
**Is this a request for help?** : No
**What keywords did you search in Kubernetes issues before filing this one?**
OutOfCpu
Issue #29846 may be related; however, #29846 is not related to cluster
autoscaling and is limited to an OutOfCpu condition.
* * *
**Is this a BUG REPORT or FEATURE REQUEST?** (choose one):... | 1 |
### Describe the workflow you want to enable
Linear and logistic regression allow l1, l2, or elasticnet regularization.
However, the Poisson regression class (which is amazing to have!) only allows
L2 regularization.
### Describe your proposed solution
Enable flexible regularization choices for the Generalized Lin... |
The L1 penalty with coordinate descent solver for GLM was proposed in #9405
and was not included in the minimal implementation merged in #14300.
It would be be good to add it, however care must to taken to avoid redundancy
with the existing coordinate descent solver in ElasticNet.
Preliminary benchmarks were done i... | 1 |
### System info
* Playwright Version: 1.32.3
* Operating System: Windows 10 Pro
* Browser: Chromium
* Other info:
### Source code
* [x ] I provided exact source code that allows reproducing the issue locally.
**Link to the GitHub repository with the repro**
or
**Config file**
import { defineConfig, ... |
### System info
* Playwright Version: 1.31.2
* Operating System: All
* Browser: Chromium
* Other info:
### Source code
* I provided exact source code that allows reproducing the issue locally.
**Test file (self-contained)** **test.js**
const { chromium } = require('playwright');
... | 0 |
* VSCode Version: 0.10.12-alpha
* OS Version: OSX
#4022
Steps to Reproduce:
1. open a new file, add a workspace setting to enable javascript validation `"javascript.validate.enable": false`
2. in the file type:
var str = "qrqweqwewqe";
str.test();
Expected: error under test since tes... |
See #6658 for background.
Currently for JavaScript files we provide a very limited set of errors, mostly
for syntax errors. There are a number of grammatical and type errors that
would be useful to display also.
Brief notes from ad hoc discussion in the team room include:
* Move the code that flags TypeScript sy... | 1 |
### Steps to reproduce:
Hello, I am using OS Win 10. I am trying to create my first build. I am using
the community edition of pycharm. I am also using a virtual environment Here
are my requirements
ansi2html==1.8.0
anyio==3.6.2
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
arrow==1.2.3
asttokens==2.2.... |
Using Python 3 and Numpy 1.9.2 there is an issue with `numpy.fromfile` when
called on an existing file object. This code works fine in Python 2.7.
$ fh
<_io.FileIO name=8 mode='rb+'>
$ np.fromfile(fh, dtype=dtype, count=length)
OSError: first argument must be an open file
I've checked `fh.... | 0 |
Please answer these questions before submitting your issue. Thanks!
1. What version of Go are you using (`go version`)?
go 1.6.1
2. What operating system and processor architecture are you using (`go env`)?
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPAT... |
by **islandberry23** :
I am filing this issue as requested at
https://groups.google.com/forum/#!topic/golang-nuts/8D_tno7WxaY
The transferWriter decides if it should write the content-length header at:
https://code.google.com/p/go/source/browse/src/pkg/net/http/transfer.go?name=release... | 0 |
Contrast: https://github.com/elastic/elasticsearch/blob/master/rest-api-
spec/api/search.json#L160-L162
with (admittedly incomplete but not more so than your spec)
https://github.com/bitemyapp/bloodhound/blob/master/src/Database/Bloodhound/Types.hs#L536-L544
https://github.com/bitemyapp/bloodhound/blob/master/src/... |
Requests/queries/etc currently have custom parsers, which make it more
difficult to be certain that they are error free. We should replace all this
hand parsing with some form of grammar, which defines exactly what syntax is
allowed. This will also benefit those implementing clients, as they will have
a grammar that ... | 1 |
Original report at SourceForge, opened Tue Jan 4 04:52:13 2011
If the boxplot is called with a small number of discrete, not unique values it
shows a different median value than the median command. I consider this a bug.
How to reproduce:
# example data
d = array([ 13., 9., 16., 8., 7., 14., 15., 5., 10., 16., 8.... |
### Bug report
**Bug summary**
Triangulation misses data points when data is far from the origin (eg example
attached is in terms of a projection coordinate system with a false origin).
**Code for reproduction**
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.tri as tri
... | 0 |
> Issue originally reported by @nicolo-ribaudo in babel/babylon#591
### Input Code
(a, a) => b
### Expected Behavior
Babylon should throw something like `Argument name clash in arrow function`
### Current Behavior
`Argument name clash in strict mode` (even if that code is not in strict mode)
### ... |
browserslist provides a way for projects to describe the browsers they need to
support which is then used by tools like Autoprefixer to generate the
appropriate CSS for that set of browsers.
6to5 could use this metadata + caniusedb to selectively transpile features
based on browser support.
| 0 |
#858 FancyZones
Windows build number: Microsoft Windows [Version 10.0.18363.476]
PowerToys version: 0.14.0.0
PowerToy module for which you are reporting the bug (if applicable):Fancy Zones
# Steps to reproduce
Snap Explorer.exe to a new zone, eventually the files and folders stop showing... |
# Environment
Windows build number:[Version 10.0.19033.1]
PowerToys version: 14
Only with/since version 14!
# Steps to reproduce
1. open powertoys
2. open Outlook Office 365 MSO (16.0.12130)
# Expected behavior
Outlooks open
# Actual behavior
outlooks hang on a black screen and several (unknown) window... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.