text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
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: 2.7.1 * Operating System version: mac sierra 10.12 * Java version: 1.8 ### Steps to reproduce th...
* 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: 2.7.3 * Operating System version: mac * Java version: jdk 8 ### Steps to reproduce this issue 注...
0
Open attached file and zoom in a lot Might be reproducible only on Windows Input from @alexandrudima : * check why are you getting a new gpu layer * we already had this issue in other trees and Joao discovered it was happening due to scroll bars * another reason for this might be the positioning (non intege...
_From UX Meeting:#7338, topic "Update on separating editor and group actions"_ ## No Tabs: Group Level Commands As a part of the work to support tabs, we made some assumptions about the need for managing stacks of editors when tabs are **not** enabled. We believed that users would want the following: * A group l...
0
**Apache Airflow version** : 1.10.11 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): **Environment** : * **Cloud provider or hardware configuration** : * **OS** (e.g. from /etc/os-release): * **Kernel** (e.g. `uname -a`): * **Install tools** : * **Others** : **What happene...
### Apache Airflow version 2.5.2 ### What happened When using dynamic task groups mapping I cannot access logs of the mapped task instances ![obrazek](https://user- images.githubusercontent.com/31843161/231144317-5d29e07d-9e50-4540-b482-d080e80793f2.png) ### What you think should happen instead I want to be abl...
0
I am trying to do a barplot where the positive values are a certain color and the negative values are another color. I have scripts that I've used in previous versions where this was working but the current version isn't working. I am basing it off of a code snippet from: https://stackoverflow.com/questions/22311139/...
#### Code Sample, a copy-pastable example if possible >>> df = pd.DataFrame({"A": range(4), "color": ['red', 'blue', 'blue', 'red']}) >>> ax = df.plot.bar(y='A', color=df['color']) >>> [p.get_facecolor() for p in ax.patches] [(1.0, 0.0, 0.0, 1.0), (1.0, 0.0, 0.0, 1.0), (1.0, 0.0, ...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Caret should position on active input field. ## Current Behavior Caret is often appearing as if input is on the next input Tested on actual mobile device and recorded video using simulator on iOS SE...
I let a fullscreen dialog appear in my web application and have a TextField being automatically focused. The field is kind of focused, but the blinking | is not displayed. ![img_1229](https://user- images.githubusercontent.com/8998518/32510535-3b190b7a-c3f1-11e7-84f3-4f9d3821f721.jpg) If you tab on the **same**...
1
Hi, I recently upgraded to `atom-0.184.0` and the required `atom- shell-0.22.3`. All works remarkably well, considering how severe the one thing that does _not_ is: Almost always (though strangely enough not really always) atom crashes whenever I try to copy something into its window. Not only that, but even if ...
I'm using Atom ver. 0.189.0 on Ubuntu 14.04.2 LTS. When I copy a piece of text in atom and I try to paste it the right-click menu either won't show up or will show up without giving me option to paste. The paste shortcut doesn't work either and it creates issues even if I try to copy and paste text from other program...
1
E. g. remove ColumnSelectorFactory.makeFloat/Double/Long/ObjectColumnSelector, and leave only one method "makeColumnValueSelector". Users which need different specializations could call corresponding methods on `ColumnValueSelector` itself: getFloat()/getDouble/getLong(). This change will allow to reduce code duplic...
### Affected Version Current master ### Description Here is the error. 2019-12-09T15:38:33,215 ERROR [task-runner-0-priority-0] org.apache.druid.indexing.common.task.HadoopIndexTask - Got invocation target exception in run(), cause: java.lang.ExceptionInInitializerError: null at org.apache...
0
Occurs in Fiber with multiple instances of the React package (which can't share current owner).
So I'm loading a precompiled react file into my server.js and using that to rendertostring. (there is a very good reason why I'm doing it like this, don't ask about it, that's no part of the issue here) This actually works but the moment you introduce hooks... it all goes to hell. I've tried setting react/react-do...
0
These can be seen by inspecting the `__call__` attribute, but they are referenced from the particular plotting methods, but not easily learned about in IPython/Jupyter. https://github.com/pandas- dev/pandas/blob/master/pandas/tools/plotting.py#L3781
I'm running into a problem with using `dropna` with a list of columns specified by `subset`. I wish to remove rows with missing values: ![missing](https://camo.githubusercontent.com/a2925527d468f0050b1cb35e254876beef367322970b06ece2aa2a00aa94da0c/687474703a2f2f642e70722f692f357767522b) The dataset looks like this: ...
0
**Steps to reproduce:** Run the following code import numpy as np n = 25 tmp1 = np.identity(n) tmp2 = np.linalg.inv(tmp1) print("Done") **Expected behaviour:** Should finish running and print "Done" **Observed behaviour:** About 8 times out of 10 the above code will h...
Hi, I've noticed that numpy's testsuite hangs when numpy is built against MKL 2018.2 - but runs to completion when built against MKL 2017.1. This is the case for numpy v1.14.2, 1.14.x HEAD and master branches. I'm on CentOS 7.4 x86_64 on a Broadwell processor, python 2.7.5 (but also affects other pythons), Cython ...
1
# Click to expand! ### Issue Type Bug #### Source binary #### Tensorflow Version 2.8.2 #### Custom Code Yes #### OS Platform and Distribution Linux Ubuntu 18.04.5 #### Python version Python 3.7.13 #### Current Behavior I am following the steps here for customizing what happens in `train_step` when you ...
I want to test the loss function, mse in keras by myself. However, the calculated answers are different. The definition of mse is below: https://en.wikipedia.org/wiki/Mean_squared_error The test code is below: from keras.datasets import boston_housing import numpy as np (train_data, train_targ...
1
**Do you want to request a _feature_ or report a _bug_?** bug **What is the current behavior?** Webpack is a dependency on this Angular project, and when I attempt to run the project on Windows 7 (this is important as it seems to be a problem on Windows 7 only!), I get the following error message. As it turns o...
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** Webpack fails with error on any path, e.g.: configuration.context: The provided value “d:\projects\project\src” is not an absolute path! **If the current behavior is a bug, please provide the steps to reproduce.**...
1
Currently `page.route(url, handler, options)`/`browserContext.route(url, handler, options)` intercept routes based on url alone. It would be great if we have the ability to intercept based on any request properties like `method`, `header`, etc. ## Use case A use case would be the common REST scenario where we want ...
I'm seeing weird, intermittent behaviors happen while running tests in the Webkit browser only, and only when it runs inside of the official Docker container... not on my Mac. It appears that some headers (like "Date" and "Expires") get broken into 2 pieces somehow, and then there's the occasional cancelling of reque...
0
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | yes RFC? | yes/no Symfony version | 2.8 There was recently a change to the UniqueEntity Validator: symfony/doctrine- bridge@`40941a3` This has changed it's behaviour. It used to "return" if any value was null. Now, it continues i...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 2.8.17 Scenario: I'm validating an entity like this $validator->validate($device, [ new UniqueEntity([ 'fields' => ['accountId', 'tenantUuid'], 'em' => ...
1
# Bug report **What is the current behavior?** Im using Wallpaper and I Get a node: urls error App • ERROR • Renderer in node:util UnhandledSchemeError: Reading from "node:util" is not handled by plugins (Unhandled scheme) . Webpack supports "data:" and "file:" URIs by default...
## Feature request **What is the expected behavior?** Ability to force bundling of a module **What is motivation or use case for adding/changing the behavior?** It is impossible to dynamically import a module using import(moduleName) with moduleName being a variable **How should this be implemented in your opi...
0
See flutter/packages/flutter_tools/lib/src/commands/analyze_once.dart Line 93 in befe019 | // De-duplicate the dartanalyzer command output (https://github.com/dart- lang/sdk/issues/25697). ---|--- dart-lang/sdk#25697 was fixed at dart-lang/sdk@`eae2bf2` Now you can replace `issues` with an `int`. Nice!
## Steps to Reproduce `Flutter create` a new project. Set the `Team` in Xcode and run the project from Xcode on a connected device. This results in : `Thread 1: signal SIGPIPE` . It is possible to make the app run by pressing the `Continue program execution` button in the debug area about 3 times.
0
#### Code Sample, a copy-pastable example if possible from io import StringIO df = pd.read_csv(StringIO('''Date,A\n8/23/2017,a\n8/22/2017,b\n8/24/2017,c'''), parse_dates=['Date']) print(df) print(type(pd.datetime(2017, 8, 22).date())) print(type(df['Date'][1])) df_sub = df[df['Date'...
This should probably work In [16]: df = pd.DataFrame({'A':[pd.Timestamp('20130101'), np.nan]}) In [17]: df Out[17]: A 0 2013-01-01 1 NaT In [18]: pd.Timestamp('20130101').to_pydatetime()>=df.A Out[18]: 0 True 1 False Name: A, ...
1
I found the 2 semi colons on the screen during the on going html & css and bootstrap series in the front end course. I have randomly selected the below 2 waypoint links and the screenshots for the reference:- 1 - http://www.freecodecamp.com/challenges/waypoint-house-our-page-within-a- bootstrap-container-fluid-div ...
Two semicolons at the top and bottom of the phone screen. ![screen shot 2016-01-08 at 12 05 11 pm](https://cloud.githubusercontent.com/assets/15240972/12204095/26bfea82-b600-11e5-85f9-82bcf5848499.png)
1
## Bug Report **Current Behavior** Unhandled promise rejection TypeError:traget is not iterable! **Input Code** **Expected behavior/code** **Environment** * Babel version(s): 7.4.5 **Possible Solution** **Additional context/Screenshots** **other** I have seen the same problem 7395 and the pr 7400 but...
## Bug Report **Current Behavior** Dynamic imports are not working in IE10. The following error is shown in the console: "Unhandled promise rejectionTypeError: Target is not iterable". @babel/preset-env is used with core-js@3. `.browserslistrc` contains `ie <= 10`. **Input Code** https://github.com/jorenvanhee/...
1
`std::f32` doc page has `impl Float for f32` at the top and at the bottom. * The bottom one seems to have more elements though it's not clear why. * Their styling is the same so it's not obvious if they should mean 2 different things. Something should change so either they don't look like misshapen clones or it...
Here's an example I just got: src/anthill/execution/kind.rs:124:32: 125:29 error: cannot infer an appropriate lifetime due to conflicting requirements src/anthill/execution/kind.rs:124 dictionary.name_to_kind.find(&name) src/anthill/execution/kind.rs:125 ...
0
Add Font Awesome Icons to all of our Buttons https://www.freecodecamp.com/challenges/add-font-awesome-icons-to-all-of-our- buttons #### Issue Description In this challenge as you know the buttons for Like, Info and Delete you add cool icons to the end of the text in each button. I am wondering why for the trashcan...
Forewarning, this _may_ be bike-shedding worthy.... ### Workspace User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36`. (Chrome on Windows 7) ### Setting The CatPhoto is where you make an web page and one component is adding three buttons l...
1
by **limit.usus** : What steps will reproduce the problem? 1.run make.bash 2.run run.bash 3. What is the expected output? What do you see instead? I expected all tests will be passed but caught error. Error occurs while running test program: % ./run.bash -snip- ...
by **yangchunxu** : Hi, as package doc say: the time.Now() shall return local current time,but actually,the first call return GMT time, 2nd call return local time, t := time.Now() t.Hour() //will return GMT time t.Hour() //will return local time tested under wi...
0
* VSCode Version: 1.1.1 * OS Version: Windows 10 Steps to Reproduce: 1. launch a command line with admin privileges 2. from this command line, type "code .". Observe VS Code open 3. Launch a command line without admin privileges 4. from this command line, type "code .". Expected: VS Code opens in a ...
* VSCode Version: 1.1.1 * OS Version: Windows 10 1511 (10586.318) Steps to Reproduce: 1. Close all Code instances, then run Code as administrator (a new blank Code instance with administrator right) 2. In File Explorer, right click a text file and Open with Code, nothing will happen. Note: there are multip...
1
### First Check * I added a very descriptive title to this issue. * I used the GitHub search to find a similar issue and didn't find it. * I searched the FastAPI documentation, with the integrated search. * I already searched in Google "How to X in FastAPI" and didn't find any information. * I already read...
**Describe the bug** When input data is defined as `Union` type and both models have the same field (or inherit the same base class) response contains duplicated validation errors for the same field. **To Reproduce** Let's create models and route: class Base(BaseModel): name: str ...
0
`"@types/react": "16.7.13"` works. `"@types/react": "16.7.14"` and `"@types/react": "16.7.18"` (latest) throws this error. Using `"typescript": "3.2.2"`.
* I tried using the latest `react-router/index.d.ts` file in this repo and had problems. * [ x] 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). * [ x] I want to t...
0
Python **requests** library changes URL in some situations. it removes some parameters for example `url = "https://www.example.com/test?"` it removes `?` in the request when I see it in Burp proxy it changes to `https://www.example.com/test` because I'm pentesting web applications I need to send for exa...
As spending about 10 minutes figuring out how to log raw request/responses in requests, I eventually came across the following SO article, which references an obscure part of the documentation. It would be nice if there was a clear section in the docs which explains how to do this, as it's not very clear and took qu...
0
Win10 Pro OS: Ok I'm no rocket scientist but I installed the new "PowerToys.msi" file and when I opened the program from the taskbar icon using "Settings" the box opens up to a blank screen. I have only 3 options to choose from the taskbar icon..."Settings, About and Exit". Rebooted thinking that would help...NOT ...
# Environment W10 Pro V1903 Build 18362.295 PowerToys: 0.11.0 Settings Screen Windows build number: [run "ver" at a command prompt] PowerToys version: PowerToy module for which you are reporting the bug (if applicable): # Steps to reproduce Just installed and attempted to open sett...
1
Tested with latest tip. ENODATA is not supported on e.g. FreeBSD but ENOATTR is supported more widely. In Linux it is a synonym for ENODATA. The attached patch makes ENOATTR work on Linux. Attachments: 1. err.diff (1448 bytes)
by **m@mihasya.com** : What steps will reproduce the problem? If possible, include a link to a program on play.golang.org. 1. in a method, create an array using literal syntax 2. take that array's slice using [:] syntax 3. return the slice 4. try to access the slice from caller ...
0
Hi , I have the same issue as #5601 (I am unable to force Keras + Theano to use more than 1 thread using OpenBLAS.) I have applied all suggestion mentioned on issue #5601, It works on: inputs = Input(shape=(1024000,)) x = Dense(256, activation='relu')(inputs) x = Dense(256, activation='relu')...
Environment: >>> import sys >>> print(sys.version) 3.5.3 (v3.5.3:1880cb95a742, Jan 16 2017, 16:02:32) [MSC v.1900 64 bit (AMD64)] >>> import tensorflow >>> tensorflow.__version__ '1.4.0' >>> import keras Using TensorFlow backend. >>> keras.__version__ '2.0.9' I...
0
* Electron version: 1.6.12 (electron-prebuilt-compile) * Operating system: Windows 10 ### Expected behavior I am writing application in react. I want to create eventListener, which will send by ipcRenderer url of first webview, to another. Also some links should be blocked. I tried a lot of evens, but finally e...
for some reason, the will-navigate event handler does not fire from the renderer process, i have only tested for the will-navigate event listener, am not sure if this is the behaviour of other webContents event listeners ### Expected behavior the webContents will-navigate event handler should fire and prevent the w...
1
[Enter steps to reproduce below:] 1. ctrl + alt + o to open AtomSharp 2. get exception **Atom Version** : 0.166.0 **System** : Mac OS X 10.10.1 **Thrown From** : Atom Core ### Stack Trace Uncaught Error: spawn mono ENOENT At events.js:85 Error: spawn mono ENOENT at exports._e...
I've installed all the pieces successfully, yet when I open up a .cs file and start omnisharp, I get this error: ![screen shot 2014-12-08 at 2 38 16 am](https://cloud.githubusercontent.com/assets/55049/5336031/4f23c51c-7e83-11e4-831e-6e880852426d.png) Running KRE 1.0.0-beta1
1
#### Code Sample, a copy-pastable example if possible import pandas as pd df = pd.DataFrame([[None, 1], [None, 1]], columns=['a', 'b']) grouped = df.groupby('a') print(len(grouped.groups)) print(grouped.groups) df = pd.DataFrame([[None, 1], [1, 1]], columns=['a', 'b']) grouped =...
ENH: maybe for now just provide a warning if dropping the nan rows when pivotting... rom ml http://stackoverflow.com/questions/16860172/python-pandas-pivot-table- silently-drops-indices-with-nans This is effectivly trying to groupby on a NaN, currently not allowed In [13]: a = [['a', 'b', 12, 12, 12...
1
From #929 and #1226, I believe that the intended behaviour is that extension- less shebang scripts are seen as TypeScript files, but that does not seems to be the case? Minimal example: #!/usr/bin/env -S deno run --allow-all // filename: hi interface Foo { bar: string; } console....
I'm trying out deno for scripting (it's been a great experience so far, kudos!). I'd like to be able to create script files without a `.ts` extension. If I do this, then the following is interpreted as JS and I get a syntax error on the type annotations: #!/usr/bin/env -S deno run --allow-run --allow-...
1
**Apache Airflow version** : 1.10.14 **Environment** : docker -> FROM python:3.6.8 **What happened** : the webserver at launch crash but do not stop the process. So the container stay up , until I restart **What you expected to happen** : The process should fail and stop **How to reproduce it** : When I run **...
### Apache Airflow version 2.2.4 (latest released) ### What happened I executed the following command `pip install apache-airflow -U`, to upgrade to the latest version of Airflow. This was successful, I can execute `airflow info` and `airflow check` returning 2.2.4 and INFO - Connection successful respectively. ...
0
such as: const str = `bar/*`
Right now, those keywords like `import` `class` `from` are all plain white.
1
Hi, sorry if this is the wrong place to ask for this. It is really awesome that VS Code is now open-source. Some time ago I created a issue in the TypeScript repo (microsoft/TypeScript#5324) asking if it'd be possible to embed the Monaco Editor (as used in the TypeScript Playground) into your own HTML pages. I'd ...
Now that VS Code is open source, it also means that the Monaco Editor is open source _(at-least to some extent)_. I would really like to use this editor in my own web application for editing TypeScript files. The only problem is I can't find any documentation about how to do this. I know its possible because the edi...
1
### Expected Behavior auto_pop of the request context should be executed regardless of whether an exception happened after pushing the context(for example, when opening a session). We're using Redis sessions from flask_session: def _setup_session(app): from util.cache.region import cache_regi...
RequestContext push is called in wsgi_app method, outside try..finally block. In push() method application's open_session call takes place, which can possibly lead to exception. But, since original call is not in try..finally block, removal of stack top never takes place. This leads to following problems: ### 1\. Ap...
1
i am trying to render a header into the existing header by creating a div into the table HTML Code <table <div id="container"></div> <tr><th/><th/>....<th/></tr>------> deleting this row when my header is getting rendered <tr><td/><td/>....<td/></td> </table> Script var...
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** When developing an external library locally and using `yarn link` to link the library to a local react app the "hooks can only be called inside the body of a function component" error comes up. However, after publish...
0
Challenge Target a Specific Child of an Element Using jQuery has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36`. **In the result section of the page two #target5 buttons are displayed in the left-well before I refresh th...
Challenge Target the Parent of an Element Using jQuery has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: ...
1
Hi, here is a bug in this example here: https://github.com/keras- team/keras/blob/master/examples/cifar10_resnet.py#L423 The Exception is: ValueError: `steps_per_epoch=None` is only valid for a generator based on the `keras.utils.Sequence` class. Please specify `steps_per_epoch` or use the ...
Tensorflow 1.11.0 Keras 2.2.4 Keras-Preprocessing 1.0.5 Ubuntu 16.04 Python 2.7.12 Example code: from keras import models, layers from keras_preprocessing.image import ImageDataGenerator from keras_applications.imagenet_utils import preprocess_input train_dir = '/tmp/workspace...
1
## Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details I am looking at developing an XR ap...
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** * 8....
1
Trying with 1.0.1 curl 'http://localhost:9200/foobar*/_stats?pretty&clear=1' The indices section has all my indices. :( Trying with 0.90.12 { "error" : "IndexMissingException[[foobar-*] missing]", "status" : 404 } Either the 0.90 solution or an empty indices section would be better then returning all. Th...
Hi, I expect to get empty response for scenario; #create an index curl -XPOST http://localhost:9200/test-1 # execute _stats for indices starting with xyz (ensure this regex has no matches) curl -XPOST http://locahost:9200/xyz*/_stats returns stats of all indices. I think this s...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior There will be no warnings in console. There will be a line with `timeout`, not with `transitionDuration` here https://github.com/mui-org/material- ui/blob/v1-beta/src/Stepper/StepContent.d.ts#L18 ##...
`<option disabled />` is a native behavior of `<select />` Please allow `<MenuItem>` to have a `disabled` props, which will not close SelectBox on `SelectInput > handleItemClick`. * [x ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior A disabled ...
0
Hello, I've been trying to find all documents that contains a field with an empty string value (`_textContent`) inside my index using the `missing` filter. But I think that this filter doesn't treat empty strings as a null value. Is this a bug, or the intended behavior for this filter? If it is like this by des...
Heya, in ES 1.2.4 i do something like this: curl -XPUT 'http://localhost:9200/twitter/user/kimchy' -d '{ "name_test" : "Shay Banon" }' curl -XPUT 'http://localhost:9200/twitter/user/foo' -d '{ "name_test" : "" }' curl -XPOST 'http://localhost:9200/_search' -d '{"query":{"filtered":{"filter":{"...
1
##### Issue Type: Bug Report ##### Ansible Version: ansible-playbook 1.5 ##### Environment: OSX, Debian Squeeze ##### Summary: Imagine a playbook, with a play that has a hosts: line of localhost Imagine running this playbook, with a --limit derp, which does not include localhost. You'd expect this to skip the p...
Including "disablerepo=*" appears to disable all repos, including those explicitly enabled with enablerepo. From within the vm, the following installs the package as expected: sudo yum install yum-plugin-downloadonly --disablerepo=* --enablerepo=mylocalrepo However, with the following playbook e...
0
i find my program can not clear cookies ,if i used 0.36.1 both mac and win. then i do a test. code is here: "use strict" const app = require('electron').app const BrowserWindow = require('electron').BrowserWindow app.on('window-all-closed', () => { app.quit() }) ap...
Hello, While executing our test codes. clearing cookies test case was failing in 0.36.1, Attached the sample stack trace. Error: Could not call remote function `remove`. Check that the function signature is correct. Underlying error: Error processing argument -1. Error: Could not call remote funct...
1
Challenge http://freecodecamp.com/challenges/waypoint-create-a-set-of- checkboxes has an issue. To reproduce: try the challenge and when you are going to name the checkboxes the challenge will be correct if you only type one name. Expected: The challenge will only mark as complete if all three checkboxes have the s...
Challenge Smallest Common Multiple has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. Hi, my code for the smallest common multiple c...
0
支 持 中 文 It a beautiful day outside The birds are singing The flowers are booming On the days like this The toys like this SHOULD SUPPORT CHINESE 什么时候支持中文啊?
# Summary of the new feature/enhancement The windows key shortcut guide UI strings need to be localized. The application will be localized in the following langauges: Language | Culture Code ---|--- English | en German | de Spanish | es French | fr Italian | it Japanese | ja Korean | ko Portugues...
1
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. ### Issue Details * **Electron Version:** 10.0.0 ### Rejection Email Your app links against the following non-public framework(s): • Contents/Framew...
* Electron version: 1.6.2 * Operating system: Windows 10 64-bit ### Expected behavior Electron usually runs /resources/app.asar if it is present however you can also run a certain app by doing `Electron your_app_path.asar`. I expected Electron to run app.asar when started without any arguments (this does happ...
0
@TWiStErRob Me again. I also have a UI demand like #1124? Can you give me some suggestion? Thanks. Maybe like below, but attention to **glide internal drawable animation** : **.crossFade()** Glide.with(mCOn) .load(model.url) .placeholder(R.drawable.inventory_placeholder) ....
i am using Glide 3.6.1 i am showing the images with GridLayoutManager and using Glide to load images. meanwhile i load the images i am showing the placeholder drawable. i am providing the user option of selection and for that purpose if item is selected i am adding the color filter to the particular imageview. bu...
1
Are you planning on implementing async rendering anytime soon? maybe for v8.0 release( I hope )?
The "Custom App" readme section has one 404 and one irrelevant link under the "Examples" expanding menu.
0
## 📝 Provide a description of the new feature _What is the expected behavior of the proposed feature? What is the scenario this would be used?_ I'd like to define a shortcut to each of my 4 FancyZones to directly move a window to the right position on screen (instead of hitting WIN+RIGHT 4 times to move a window t...
I want to hit a user definable shortcut and the focused window should resize to the zone which is mapped to this shortcut . I would map some keys e.g. on the numpad to my e.g. 4 zones. Now I can just press one of these keys and my windows is resized to the chosen zone. Cycling with WIN + arrow is nice, but just hit...
1
### What problem does this feature solve? Allows you to create a scoped block of HTML without having to create a component (similar to petite-vue). This has already been mentioned here. However after searching for the issue/PR for hours I still cannot find it. Please could you either keep this issue, re-open the o...
<!-- somewhere in a component named 'tl-login' --> <div v-text="str(me)"> Vue = require 'vue' Vue.component 'login', template: '#tl-login' data: {} methods: str: (x) -> JSON.stringify x But as it began to run, `this.str` is `undefined`: ...
0
Challenge http://www.freecodecamp.com/challenges/waypoint-bring-your- javascript-slot-machine-to-life has an issue. Please describe how to reproduce it, and include links to screenshots if possible. Okay typing $($( into the code editor crashes it. The tab hangs; I can't click any of the buttons in the left sidebar ...
Challenge http://www.freecodecamp.com/challenges/waypoint-learn-how-script- tags-and-document-ready-work has an issue. Please describe how to reproduce it, and include links to screenshots if possible. I can get all tests to pass but last - it will not accept my closing tags no matter what! ![scriptclose](https://...
0
Challenge http://freecodecamp.com/challenges/waypoint-iterate-with-javascript- while-loops has an issue. Please describe how to reproduce it, and include links to screenshots if possible. This isn't a bug but a problem with the wording in the instructions. The exercise is for a while loop, but at the bottom of the i...
Challenge http://freecodecamp.com/challenges/waypoint-iterate-with-javascript- while-loops has an issue. Text reads, "Let's try getting a for loop to work by pushing values to an array." It should instead read, "Let's try getting a while loop to work by pushing values to an array."
1
@NHDaly and I found this the day before juliacon, but forgot to open an issue. I think @Keno's theory was that the `literal_pow` stuff broke this. Basically constant folding stops for exponents greater than 4. julia> @code_typed (()->10^4)() CodeInfo( 1 ─ nothing::Nothing 2 ┄ %2 = φ...
Have a look at: julia> f() = 2^5; @code_native f() .text ; Function f { ; Location: none:1 ; Function literal_pow; { ; Location: none ; Function macro expansion; { ; Location: none ; Function ^; { ; Location: none:1 pushq %rax movabsq $power_by_...
1
I'm submitting a feature request **Current behavior** The HostListener decorator is a very useful feature. We use it a lot. Very often the events we subscribe to come from the document. Very often, when the HostListener fires for document level events, we need to perform additional checks before performing any c...
**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 ...
1
# Feature request ## Is your feature request related to a problem? Please describe. My use case is that we have a 1MB json file that is needed to render the page. No problem on the server, but we don't want to send this data to client from getInitialProps as it'll make the pagesize huge. So, we want to SSR initial...
I just wanted to see if there was a reason why the nextjs scripts like page/ and app.js load in as High priority assets. It seems to me that as high priority, they block DOMContentLoaded, and we could get quicker page rendering if we made them low priority assets. It also seems like there was some intention to have ...
0
* [ x ] I have searched the issues of this repository and believe that this is not a duplicate. * [ x ] I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.7 * Operating System version: Mac Catalina 10.15.7 (19H2) * Java version: 1.8.0_23...
* [ Y] I have searched the issues of this repository and believe that this is not a duplicate. * [ Y] I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.3 * Operating System version: windows 10 & centos 7.5 * Java version: 1.8 ### Steps...
0
We currently use scientific notation (E-notation) to print large integer tensors. We shouldn't do this because it hides meaningful digits and because E-notation corresponds to floating point data types in Python. >>> x = torch.ones(525076, dtype=torch.int) >>> x.sum() tensor(5.2508e+05) >>>...
## 🚀 Feature It'd be great for developer productivity if file lists were shared among build systems. ## Motivation We're maintaining 3 different build systems right now (CMake, two FB-internal flavors of Buck) and Bazel support is on the way - #35316 . Parts of buck build are exposed as https://github.com/pytorch...
0
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : * **TensorFlow installed from (source or binary)** : * **TensorFlow version (use command below)** : * **Python versio...
_Please make sure that this is a bug. As per ourGitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template_ **System information** * I am using a stock example script provided in TensorFlow): https://www.tensorflow.org/beta/tutor...
0
I am calling a service like this: import requests resp = requests.get('http://example.com/some/url', params={'id': 1}) The service responds with a series of 302 redirects. I am seeing this exchange. client> GET /some/url?id=1 HTTP/1.1 client> Host: example.com se...
Hello, I have just attempted to install requests into a virtualenv environment and am getting the error: NameError: name 'CERT_NONE' is not defined The full stacktrace is below. I tried to install requests with the command pip install -U requests in my virtual environment. An admittedly quick Google search didn't...
0
It seems that there is an issue with the displayed text in the editor loading a duplicate line that also forces the cursors initial location to be above where it actually is applying the keystrokes. This only happens the first time I select something then both the duplicate code and the cursor function normally. ###...
Challenge http://www.freecodecamp.com/challenges/bonfire-steamroller has an issue. Please describe how to reproduce it, and include links to screen shots if possible. My code is returning the correct value in the console as well as in an external editor, but when I look at the test cases they compare the expected re...
0
### What problem does this feature solve? Both I and a colleague have spent hours debugging issues caused by having two refs with the same name. Two cases where this can happen: 1. Simple stupidity: <comp1 ref='comp'/> <comp2 ref='comp/> 2. Not realizing that refs don't seem to work in ...
### Version 2.4.2 ### Reproduction link https://github.com/vuejs-templates/pwa ### Steps to reproduce 1. Clone official vue-pwa template 2. Add one more entry point in line #L12 which includes vue entry: { app: './src/main.js', vendor: ['vue'] } 3. Run `npm run dev` and...
0
integer function breaksf2py(arg) integer, intent(in) :: arg breaksf2py = 2 * arg end Compiling with `f2py -m foo breaksf2py.f90` works fine, but `f2py -m foo -h foo.pyf breaksf2py.f90` gives the following error for python3 f2py (tested with 3.2 and 3.3) > Reading fortran codes... ...
_Original tickethttp://projects.scipy.org/numpy/ticket/1932 on 2011-08-12 by trac user josdekloe, assigned to @pearu._ I have been trying to use the f2py routinely to build an interface around the ECMWF BUFR library. See http://code.google.com/p/pybufr-ecmwf/ for details. This works fine for the python 2.x versions...
1
The language service doesn't give any suggestions here: const wrapper = document.querySelector('.wrapper') as H At `H` I expected to see HTMLElement. The suggestion is shown if I type `;` and then `H`.
type T = number; var x; var y = x as /**/ Request completion at `/**/`. Expected: Get completion list, `T` is present. Actual: No completion list.
1
SarimaForecasting.zip Python 3.7 installed from Anaconda Error was received when running from Anaconda prompt. Have received the same error when running programs from Spyder. The problem was resolved when I reset Spyder. This program won't run the function in parallel unless it is run from the Anaconda prompt. ...
### Reproducing code example: import matplotlib.pyplot as plt; Before this happened I was running a different python script, which used 89 processes. Unfortunately I cannot share that script publicly. Since then numpy crashes after import immediately. ### Error message: OpenBLAS b...
1
* I have searched the issues of this repository and believe that this is not a duplicate. This is my Switch component `<Switch checked={isSubscriptionStatusActive} onChange={onHandleChangeSubscriptionStatus} disabled={subscriptionStatus === 'deactive'} ...
### Problem description Ripple effect freeze in Button(when focus) ### Versions 0.18.7 http://www.material-ui.com/#/components/flat-button
0
I'm running k8s on AWS. `kube-up.sh` works, and I can run a simple Rails app (controller and service). Everything is great, but when I go back the next day to access the app or load a new version the nodes have degraded and are all `NotReady` $ kubectl get nodes NAME ...
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): * * ...
0
_Original tickethttp://projects.scipy.org/scipy/ticket/988 on 2009-08-17 by trac user chtito, assigned to unknown._ Using a german locale and the gtk backend induces and error in mmwrite. This bug was already reported in `gh-1329` and the responsability of gtk was alluded to in http://projects.scipy.org/numpy/ticke...
_Original tickethttp://projects.scipy.org/scipy/ticket/828 on 2008-12-28 by @nilswagner01, assigned to unknown._ >>> scipy.__version__ '0.7.0.dev5294' >>> numpy.__version__ '1.3.0.dev6221' ====================================================================== ...
1
# version System ==> windows x86_64. opencv:==>download from OpenCV website. First use cmake to download, and then use GCC to compile in CMD. # Error reporting: gcc: error: long: No such file or directory D:\MinGW_x86_64\bin\windres.exe: preprocessing failed. mingw32-make[2]: *** [modules\world\CMakeFiles\...
##### System information (version) * OpenCV => 4.2.0 * Operating System / Platform => :macOS * Compiler => cmake inside Clion ##### Detailed description ##### Steps to reproduce I use a macOS and Xcode along with Clion, I firstly installed using home brew, however that was not a success, something went wron...
0
## 🐛 Bug ## To Reproduce import torch MY_STR_CONST = "Hi, I am a string, please realize I am a constant" @torch.jit.script def fn(): return MY_STR_CONST print(fn()) Traceback (most recent call last): File "closed_over_stri...
From common errors in ParityBench compile,58,RuntimeError: python value of type 'str' cannot be used as a value:,"RuntimeError: python value of type 'str' cannot be used as a value: File ""/tmp/paritybenchydc_9oju/pbg51yh9q6.py"", line 51 def forward(self, x): x = functio...
1
Right now, the content of `classes_` and the shape of the output of `predict_proba` and `decision_function` are inconsistent between estimators. If an estimator supports multioutput multiclass, `classes_` will be `[[0, 1]] * n_outputs` and `predict_proba` will return an object array of length `n_outputs` where each...
In #19859, I am heading toward addressing some issue already reported long time ago there: #2451 We have a range of classifier supporting multilabel classification. To give a bit of feedback, I recall what a multilabel indicator matrix look like: In [1]: from sklearn.datasets import make_multilabel_cl...
1
hi guys, i have a component by which count character, word a `div`. now, when component will be render i got a lot duplicate warning in chrome console tool => `Warning: setState(...): Cannot update during an existing state transition` what can i do for fix this problem? finally, i want return states. thanks...
**Do you want to request a _feature_ or report a _bug_?** No I'm trying to build a custom renderer for react using `react-reconciler`. Most of the documentation and examples I've been able to find support rendering to a target once, but not re-rendering. But this is what I've been able to discover and am looking f...
0
## Bug Report **Current Behavior** const aren't being transpiled in the following situation: * they are defined on a dependency file, in node_modules * they have a function assigned `const a = param => 'whatever'` * that function is used by another function that is consumed by the entry point **Input Code*...
### Input Code In a new folder run `npm install babel-core babylon`, then put the following code in `traverse-error.js` var code = ` import foo from './foo' const foo = undefined ` var babelCore = require('babel-core') var babylon = require('babylon') var ast = { ...
0
I have a simple class that extends another where ViewChild is defined in the parent class and the component defined in the html template of each of the subclass. I Updated from beta 6 to beta 11 and didn't notice this in the breaking changes. Perhaps it was never suppose to work in the first place? I could change the...
* **What is the expected behavior?** 1、node_modules/rxjs/Observable.d.ts(201,66): error TS2304: Cannot find name 'Promise'. 2、node_modules/rxjs/observable/FromObservable.d.ts(7,51): error TS2304: Cannot find name 'Iterator'. * **Please tell us about your environment:** * Angular version: 2.0.0-beta.9 * B...
0
I'm 1. ... Trying to install packages 2. ... Search and press Install 3. ... Error appears **Atom Version** : 0.170.0 **System** : linux 3.13.0-24-generic **Thrown From** : Atom Core ### Stack Trace Uncaught Error: getaddrinfo ENOTFOUND avatars2.githubusercontent.com At stream.js:94 ...
[Enter steps to reproduce below:] 1. Atom was open - then Clicked the update and restart option. 2. It did it's thing, then restarted. 3.Clicked on preferences 4.Clicked on packages. That was it. **Atom Version** : 0.169.0 **System** : Mac OS X 10.10.1 **Thrown From** : Atom Core ### Stack Trace Unca...
1
Please go to Stack Overflow for help and support: https://stackoverflow.com/questions/tagged/tensorflow If you open a GitHub issue, here is our policy: 1. It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead). 2. The form below must be ...
Unable to train with anything but sgd using xla, due to a missing operation. line 76 in https://github.com/tensorflow/tensorflow/blob/677a14872f028e9be51bd469ec2d5cc43ea9155e/tensorflow/python/training/optimizer.py def _deduplicate_indexed_slices(values, indices): """Sums `values` associated wit...
0
* VSCode Version: all * OS Version:all When I use Code on a touch-enabled device with a stylus rather than a mouse, it is very difficult to use the folding gutter, as it is hidden unless the pointer is hovering over it. While having that gutter hidden when I am not using it nicely reduces visual noise, there are...
I think there should be a triple state value instead of a boolean in the settings.json. So one can choose between don't show folding, show folding on hover and alwasy show folding.
1
**Describe the bug** I am trying to post some data with content type application/x-www-form- urlencoded but the content type is changed to multipart/form-data; when I do a post of formdata **To Reproduce** The situation is reproducable here: https://codepen.io/ferrykranenburg/pen/abdZrGG var body...
axios({ method: "PUT", url: url, transformRequest: [function (data, headers) { // Do whatever you want to transform the data return formData; }], headers: { ...
1
Summary: the modal is underneath the shades, it should be on top of the shade. System: android 4.0.1, chrome beta To reproduce: 1. open http://twitter.github.com/bootstrap/javascript.html#modals with chrome 2. click "Launch demo modal" 3. whole screen turns black and the modal is underneath the shade
Summary: the modal is underneath the shades, it should be on top of the shade. System: android 4.0.1, chrome beta To reproduce: 1. open http://twitter.github.com/bootstrap/javascript.html#modals with chrome 2. click "Launch demo modal" 3. whole screen turns black and the modal is underneath the shade
1
Either make the two modes look the same or be deliberate about places where they should look different.
When running on a desktop platform, Flutter should be able to get trackpad gesture information from the host to enable scrolling.
0
**Sergio Bossa** opened **SPR-4435** and commented The protected ServletRequestAttributes#getSession(boolean ) method returns a null session on child threads. This is wrong because it doesn't get into account what happens in the constructor: [code] public ServletRequestAttributes(HttpServletRequest request) { ...
**Scott Andrews** opened **SPR-6351** and commented Between RC1 and RC2, classpath*: file paths stopped working. In a web app context, I am importing a set of spring contexts that form a plugin system. None of the files that match this pattern are detected <import resource="classpath*:META-INF/insight/insight-plug...
0
When a LeftNav is closed, it is not hidden but simply `translateX` to somewhere out of the screen. However, the focus state of the button in the LeftNav is still active, this will cause some confused behavior for end users. A simple test case is as following class TestExample extends React.Component {...
When composing a textfield with `FormControl`, `InputLabel` and `Input`. The placeholder is hidden even when `shrink` is set to `true` on `InputLabel`. #7821 * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Composing an input like this: ...
0
React Devtools doesn't connect to the instance running in the iOS Simulator. React DevTools Screenshot ![image](https://user- images.githubusercontent.com/542948/158083928-0be956e7-6357-4308-8990-55cd3d0a8565.png) iOS Simulator Screenshot ![image](https://user- images.githubusercontent.com/542948/158083953-c61f50...
### Website or app local app development ### Repro steps just install react devtools and downgrade to 4.11.0 ### How often does this bug happen? Every time ### DevTools package (automated) react-devtools-core ### DevTools version (automated) 4.23.0-e28a0db22 ### Error message (automated) Unsupported Bridge...
1
## 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...
Please answer these questions before submitting your issue. Thanks! ### Which version of Sharding-Jdbc do you using? 1.4.2 ### Expected behavior 分页查询,select * from t_order limit 2,2 路由多个分片,只有一个分片有数据,查询4条记录 ### Actual behavior 应该只返回2条记录 ### Steps to reproduce the behavior sharding-jdbc-example-mybatis这个demo工程中...
0
#### Code Sample, a copy-pastable example if possible import pandas as pd import numpy as np def gen_one_df(start=0): np.random.seed(0) return pd.DataFrame({'key1' : ['a', 'a', 'b', 'b', 'a'], 'key2' : ['one', 'two', 'one', 'two', 'one'], ...
In [22]: df Out[22]: 0 1 2 A 1 2 0.659855 0.340490 0.351028 2 0.695581 0.264714 0.389929 B 2 0.105016 0.070774 0.114629 In [23]: df.to_csv('foo.csv') --------------------------------------------------------------------------- ...
0
The function "pcolormesh(X,Y,C)" will raise no ValueError, if the shapes of C and X,Y are not compatible. Instead a wrong plot will be produced. I suggest to raise a ValueError, if C has a shape of (n,m) and the shapes of X and Y or neither (n,m) nor (n+1,m+1).
Both pcolor and pcolormesh use _pcolorargs to process the x, y, z arguments. This handles the cases where x, y are not present, and the cases where one or both of x, y are 1-D rather than 2-D, but it does not check that they are consistent with z.shape. Pcolor will raise an exception if they are not, but pcolormesh w...
1
#### Code Sample, a copy-pastable example if possible d=pd.DataFrame( [ [1,2,3], [1,2,4], [2,3,5], [1,None,5], ], columns=['i','j','k'] ) print d.dtypes d = d.set_index(['i','j'])['k'] #d = d.sort_index(level=[0,1])...
#### Code Sample, a copy-pastable example if possible In [1]: import pandas as pd In [2]: import numpy as np In [3]: dates_range = pd.date_range('2016/10/1', periods=3).repeat(4) In [4]: statuses = np.tile(['A', 'B', None, 'C'], 3) In [5]: values = np.random.randn(12) In [6]: df = p...
1
Give your h1 element with the text I am dodger blue! the color dodger blue. keep failure, I suspect that the unit test could have bug. Challenge use-hex-code-to-mix-colors has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safa...
Challenge use-hex-code-to-mix-colors has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. <style> .red-text { ...
1
It just popped up when I was closing a tab. [Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 1.0.0 **System** : Microsoft Windows 7 Ultimate **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at ...
I right-clicked on a folder in the tree view **Atom Version** : 0.194.0 **System** : Windows 7 Entreprise **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.js:328:15) at Fu...
1
**Costin Leau** opened **SPR-5401** and commented Reported at: http://forum.springframework.org/showthread.php?t=59567 http://forum.springframework.org/showthread.php?t=65205 "The aspect "org.springframework.beans.factory.aspectj.Annotat ionBeanConfigurerAspect" is instantiated only once as singleton. Spring c...
**Wojciech Durczyński** opened **SPR-5156** and commented In OSGI `@Configurable` mechanism works well only when used in one bundle. If there is <context:spring-configured /> in application contexts of more then one bundle, the AnnotationBeanConfigurerAspect (single instance) is injected with two different BeanCo...
1
**I'm submitting a ...** [x] bug report [ ] feature request [ ] support request **Current behavior** In rc4, you could use the safe navigation/Elvis operator (?.) to guard against nulls in property paths when using the async pipe - don't seem to be able to in rc5. // Ins...
**I'm submitting a ...** (check one with "x") [ ] bug report => search github for a similar issue or PR before submitting [x] feature request **Current behavior** Cannot apply a pipe to the display value of an input field. **Desired behavior** I'd like to be able to apply a pipe to the d...
0
Just saw a Flutter demo which showed off the Performance Overlay in the Android Emulator. While it works, it's not showing representative data. :) We should make it very obvious in the tool that the data there isn't useful. @chinmaygarde
Add the following to a `flutter create` template app: print("counter: ${_counter}"); print("foo"); In the setState call where the counter in incremented. You'll notice sometimes the logs come out twice: counter: 15 counter: 15 foo counter: 16 foo ...
0
by **awreece** : If a thread is blocked on udpConn.ReadFrom, udpConn.Close() does not wake it up. Consider the following: func TestCloseUdp(t *testing.T) { iroutines := runtime.Goroutines() conn, _ := net.ListenPacket("udp", ":6666") go func() { ...
by **raul.san@sent.com** : It is supposed that every function in package os is platform-independentand and work in every system, but os.Symlink has not been implemented in Windows. Symbolic Links http://msdn.microsoft.com/en-us/library/windows/desktop/aa365680.aspx Related to:...
0
Please: * Check for duplicate issues. * Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this: >>> import jax.numpy as jnp >>> a = jnp.zeros((10, 100)) >>> type(a) jaxlib.xla_extension.DeviceArray The indexing of the DeviceArray is right: ...
I noticed that when I re-ordered the matrix multiplication order, the numerical stabilities can vary wildly (4 orders of magnitude). Further, even with the same seed, whether an operation is numerically stable can vary (significantly) between runs. The following were observed when running on an A6000 GPU. However, t...
0
I spent a little too much time trying to get the new `block` syntax in Go 1.6 implemented in `Hugo`, with no success. Which is telling me that you should try to supply a "more real" example in the documentation. Hugo uses the built-in associative transitive map to store its templates, so adding a new template is so...
x509.Certificate.CheckSignature does not support MD5 signatures. Is this intentional? If so, a comment should be added in the source and/or docs. If not, then please add support for MD5 signatures. Code pointer: https://github.com/golang/go/blob/master/src/crypto/x509/x509.go#L621
0
I wanted to have two `pmap()`-ed function, piping one's output into another. For example, in the following way: for i, epoch in enumerate(tqdm(range(1, num_train_epochs + 1), desc=f"Epoch ...", position=0, leave=True)): rng, input_rng = jax.random.split(rng) # train for bat...
Running `import jax` with jaxlib 0.1.52 and jax 0.1.75 on mac osx 13.16 crashes and gives this error: python Python 3.8.2 | packaged by conda-forge | (default, Mar 23 2020, 17:55:48) [Clang 9.0.1 ] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> impo...
0
I am using a Three.js file that has not Revision version. It says on top: * @author mrdoob / http://mrdoob.com/ * @author Larry Battle / http://bateru.com/news * @author bhouston / http://exocortex.com // based on https://github.com/documentcloud/underscore/blob/bf657be243a075b5e72acc8a83e6f12a564d8f55/unders...
##### Description of the problem Loading textures with a texture loader and loadManager, if the loading image is power of two, memory will be released, if NOT power of two, memory NOT released. Here's the code: var mesh0; function testme(){ var manager = new THREE.LoadingManager(function(){ ...
0
Hi, We have been adding compile time safety to the magic string problem through the excellent string literal type introduced in 1.8. One case that we are finding slipping through the safety net is the following: type Foo = 'a' | 'b'; const foo: Foo = 'a'; if (foo === 'bar') { } ...
type foo = 'hey' | 'nay'; switch (<foo>undefined) { case 'boom': console.log('never the case'); break; // expected unreachable code, actual no problem }
1