text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
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/.): **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): memor...
**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
React Dev Tools - Profiler Describe what you were doing when the bug occurred: Was debugging in Storybook 1. Changed the value in dropdown from WrapStory to Root * * * ## Please do not remove the text below this line DevTools version: 4.0.6-a39d9c3 Call stack: at n.value (chrome- extension://fmkadmapgofado...
PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE * * * ## Please do not remove the text below this line DevTools version: 4.0.4-3c6a219 Call stack: at n.value (chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:16721) at m (chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:...
1
## 🐛 Bug When I implement a class that inherits nn.Module, the autocomplete of PyCharm does not find the reference of a custom method. For example in the code below PyCharm shows a warning: Cannot find reference 'random_method' in '(input: (Any, ...), kwargs: dict) -> Any' ## To Reproduce Steps to reproduce the b...
## 🐛 Bug I exported 2 pytorch models to ' .pt' files and implemented c++ functions that load models from the '.pt 'files and run models (forward). The c++ implementation works fine, I can get proper results from the models. I built the load & run forward function into '.dll' library, and I implemented a mex api f...
0
df = pd.DataFrame(pd.date_range('20130101', periods=3)) dt64 = np.datetime64('2013-01-01') res = df - dt64 expected = pd.DataFrame([pd.Timedelta(days=0), pd.Timedelta(days=1), pd.Timedelta(days=2)]) >>> res 0 0 1970...
In [2]: base, step = 10**15, 10**14 In [3]: data = range(base, base+3*step, step) In [4]: df = pd.DataFrame({i : data for i in range(3)}).astype('datetime64[ns]') In [5]: s = pd.Series(data).astype('datetime64[ns]') In [6]: df Out[6]: 0 ...
1
by **raul.san@sent.com** : When it's used a certificate with signature algorithm RMD160 (created with OpenSSL), the error message is: x509: certificate signed by unknown authority It should show a error message according to the real problem.
If a certificate is signed with a hash function that wasn't compiled in the error message isn't bad, but could be better: x509: certificate signed by unknown authority (possibly because of "x509: cannot verify signature: algorithm unimplemented" while trying to verify candidate autho...
1
##### Description of the problem To reproduce this issue * Create PlaneGeometry * Upload any non-power of 2 texture eg 1600 x 1200 When mipmaping is disabled: material.map.minFilter = THREE.LinearFilter; material.map.magFilter = THREE.LinearFilter; texture is displayed properly. When mipmapping is enabl...
##### Description of the problem When texture in not power of two, it generates wrong mipmaps (I suppose) after resize of texture. When mipmaps are not generated 2D texture displays correctly. Inside "WebGLTextures.js" there is a function "makePowerOfTwo" where image is resized. I have made quick workaround to ach...
1
* I tried using the `@types/sinon` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * Authors: @MrBigDog2U @rationull @lumaxis @nicojs @43081j Is there a reason why the createStubInstance is not defined? Conforming http://sinonjs.org/relea...
* I tried using the `@types/xxxx` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * Mention the authors (see `Definitions by:` in `index.d.ts`) so they can respond. * Authors: @MrBigDog2U , @rationull , @lumaxis , @nicojs , @43081j accor...
1
Such a function is often need i think...could be great to have an Util for this ..?
Hello, I have a problem with guessing `maxlength` attribute if field definition has `attr` option. Please see below: $builder ->add( 'title', null, [ 'attr' => [ ...
0
### System info * Playwright Version: [v1.33.0] * Operating System: [Multiple] * Browser: [Chromium] * Other info: PW runs under docker official image, tried mcr.microsoft.com/playwright:v1.33.0 and mcr.microsoft.com/playwright:v1.32.0-focal - same result * Env: Node.js 17 **This may be important:** I use...
I have a similar issue as in #20928 where I have an SVG image in a react project when I hide the SVG get the error `TypeError: Cannot read properties of undefined (reading 'includes')`. Se reproduction below. ### System info * Playwright Version: v1.33.0 * Operating System: All * Browser: Chromium * Other ...
0
We're about to turn on auto-link checking for the website, but we noticed there are a few links that 404: - _site/animations/index.html * External link https://docs.flutter.io/flutter/physics/ScrollSimulation-class.html failed: 404 No error - _site/assets-and-images/index.html * Exter...
App crashes when users gives permission to access the gallery for the very first time with error message showing 07-20 12:41:37.841 4132-4132/com.----.--- E/AndroidRuntime: FATAL EXCEPTION: main Process: com.----.-----, PID: 4132 java.lang.NullPointerException: Attempt to invoke virtual...
0
### Description In this issue i'd like to gather all the information about the use of MongoDB, FastApi and Pydantic. At this point this is a "rather complete" solution, but i'd like to gather feedback and comments from the community to se how it can be improved. The biggest pain point that started this and several ...
I want to access Api level dependency of cache in custom request class. Api is defined using router and custom request middleware class is defined APIRoute. APIRoute class from typing import Callable from fastapi import Request, Response, Depends from fastapi.routing import APIRoute ...
0
Waypoint: Bring your JavaScript Slot Machine to Life I added the following code to Basic Javascript Waypoint 39: $( $ ) The page froze and I could not interact with it. I tried refreshing and it would freeze once the page loaded because my code was still there. I don't know how to clear out the code ...
Challenge http://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. In typing this suggested code to solve the challenge, the automatic closing of parentheses leads the student to type $($)...
1
**I'm submitting a ...** (check one with "x") [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
**I'm submitting a ...** (check one with "x") [ ] bug report [x feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** When there are errors in a form grou...
1
#### How to reproduce the bug 1. Create dashboard with that structure: Three charts in three tabs, with three dashboard filters, each filter for own tab. Scope of filter 1 is for tab 1, scope of filter 2 is for tab 2 and scope of filter 3 is for tab 3. Save this dashboard by name "bug_report_20221220" or (b...
Make sure these boxes are checked before submitting your issue - thank you! * I have checked the superset logs for python stacktraces and included it here as text if any * I have reproduced the issue with at least the latest released version of superset * I have checked the issue tracker for the same issue and...
1
Description: The signature of the following methods changed from (0.21.4) post<T = any, R = AxiosResponse<T>>(url: string, data?: any, config?: AxiosRequestConfig): Promise<R>; put<T = any, R = AxiosResponse<T>>(url: string, data?: any, config?: AxiosRequestConfig): Promise<R>; patch<T ...
when doing react.js project with isomorphic this message will appear when using axios on the server side.
0
# Bug report **What is the current behavior?** <w> [webpack.cache.PackFileCacheStrategy] Caching failed for pack: Error: Can't resolve 'url' in '/Users/keenwon/Test/webpack-test' <w> while resolving 'url' in /Users/keenwon/Test/webpack-test as file <w> at resolve esm file url <w> at file...
Hey, I'm trying to pack https://github.com/ded/klass and webpack isn't impressed with it: > webpack node_modules/klass/klass.js klass.packed.js Hash: 214a480310b53c1a2c79305e8fbc6cf7 Compile Time: 124ms Chunks: 1 Modules: 1 Modules including duplicates: 1 Modules first chu...
0
### 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:** * 1...
To reproduce: https://gist.github.com/d3b1724eadcc8a605dd5f7230158f05d Repros for me on 10.1.3, but not current master. Stack trace: * thread #1, name = 'CrBrowserMain', queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x18) * frame #0: 0x000000010656bb93 Electron ...
1
### Problem description When using TypeScript and upgrading to `1.0.0-beta.7`, I get the following type error: Failed to compile. /Users/wcandillon/tmp/fitspace/node_modules/material-ui/styles/withTheme.d.ts (1,23): error TS2307: Cannot find module './theme'. This error seems to mak...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I expect the tests to run without a problem. ## Current Behavior I get an error: > TypeError: parentInstance.children.indexOf is not a function I think this is due to portals not working properly in c...
0
**Note** : This is a really strange bug, so I would like to ask you for patience while reading it. **[Details]** First, I would like you to see this video because it will be hard to explain with only words: Click here to see video **I have attached this video in .ZIP format at the end of the issue if you do n...
I've just started with `Deno v1.1`. I've tried to create my first class and whenever I try to instance it I get: `Uncaught Error: Another accept task is ongoing at unwrapResponse ($deno$/ops/dispatch_json.ts:43:11)` It happens only if I use MySQL client before but It works if I run any MySQL query before `new M...
1
**Migrated issue, originally created by Anonymous** Although the select, when evaluated directly, is correct, when nested in a query via the in_ function, with very circularly interconnected tables with joined table inheritance, it repeats a from clause element, which is sufficient to cause most databases not to ex...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** diff --git a/lib/sqlalchemy/engine/default.py b/lib/sqlalchemy/engine/default.py index 3e5f339..9f845e7 100644 --- a/lib/sqlalchemy/engine/default.py +++ b/lib/sqlalchemy/engine/default.py @@ -474,6 +474,23 @@ class Defa...
0
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 or a feature request. 2. The form below must be filled out. 3. It shouldn't be a TensorBoard issue. Those go here. **Here's why we have ...
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Linux Ubuntu 14.04 * **TensorFlow installed from (source or binary)** : Source * **TensorFlow version (use command b...
1
**Neale Upstone** opened **SPR-7982** and commented There's a real opportunity to nail some corner cases with profiles, and conversely the risk of propagating some open-doors to bad practice. Reading the example given at http://blog.springsource.com/2011/02/11/spring- framework-3-1-m1-released/, I can see a few ar...
**Gabriel Axel** opened **SPR-5991** and commented iBatis 3 beta 1 introduced API changes which break the existing Spring support. * * * **Affects:** 3.0 M3 **Attachments:** * genius-spring.tar.gz ( _18.40 kB_ ) * ibatis3_20091206.zip ( _20.88 kB_ ) * ibatis3_20091229.zip ( _14.01 kB_ ) * ibatis3-test.z...
0
### 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:** * 7....
### Issue Details * **Electron Version:** greater equal 6.0.0 greater equal 7.0.0-beta.1 * **Operating System:** Windows 10 17763 x64 * **Last Known Working Electron version:** lesser equal 5.0.11 lesser equal 6.0.0-beta.12 ### Expected Behavior Closing the created window should not let the creat...
0
The body of a chord can be a task, a chain of tasks, or a group of tasks. In all of these cases, as expected, the result of the chord's header is passed to the body. However, if the body of a chord contains one or more chains, the return value of the chord's header is suddenly gone! ## Example application: canvastes...
In the Documentations says: > Groups and chords accepts partial arguments too, so in a chain the return > value of the previous task is forwarded to all tasks in the group... but it doesn't if group contain chain. **Steps to reproduce** # ct.py from __future__ import absolute_import, unicode_lit...
1
### Your question I used this https://playwright.dev/java/docs/test-snapshots function Can I somehow change the directory for saving screenshots?
### System info * Playwright Version: v1.36.1 * Operating System: linux * Browser: [All] * Other info: ### Source code * I provided exact source code that allows reproducing the issue locally. **Link to the GitHub repository with the repro** or **Config file** // playwright.config.ts ...
0
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussion group first. * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports....
# Checklist * [x ] I have verified that the issue exists against the `master` branch of Celery. * [ x] This has already been asked to the discussion group first. * [ x] I have read the relevant section in the contribution guide on reporting bugs. * [ x] I have checked the issues list for similar or id...
0
**Darren Davison** opened **SPR-4930** and commented We have a controller that uses `@SessionAttributes`, and as such Spring always adds HTTP headers to prevent caching (see AnnotationMethodHandlerAdapter.handle() ) This is causing us a problem in that MSIE users invoke the controller, click links on the page gene...
**Ailish Byrne** opened **SPR-2972** and commented i'm sure i'm just missing something, but i've looked and looked and can't figure out what it is. we are using mutiple BeanNameAutoProxyCreators - for transaction management, caching, and method logging. i upgraded to 2.0.1 then noticed that when a given bean was lis...
0
seriously, each tsconfig.json has to have its own folder in order to be referenced with `--project` parameter * **What if I need 2 projects based on the same set of files?**
This would allow you to specify a tsconfig.json that has a different name. If you specify a directory, it should first try to resolve tsconfig.json. If it can't find it, it should find the first tsconfig*.json file References: #2868 (comment)
1
My main issue is with the character "$", currently when trying to select $myVar the double click only select myVar. This is uber annoying since i'm used to call my variable like this. Moreover when editing php scripts it gets more difficult to avoid this issue. Overall, the double click selection should stick to ...
Now that Language Specific Configuration Settings, have landed, should we consider removing `$` from `nonWordCharacters`? How often does one want to select only the text of a variable name, and not the dollar sign too?
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ansible-vault ##### ANSIBLE VERSION ansible 2.4.0.0 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location...
##### ANSIBLE VERSION ansible 2.4.0.0 In ansible 2.3.x, it was possible to do `ansible-vault decrypt example.txt --output -` to get the decrypted output into stdout. In fact, that is advertised in `ansible-vault decrypt --help`: --output=OUTPUT_FILE output file name for encrypt ...
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.5 * Operating System version: Win10 * Java version: JDK8 ### Steps to reproduce this issue ...
* 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.8 * Operating System version: xxx * Java version: xxx ### Steps to reproduce this issue dub...
0
Hi, I have created a benchmark suite for Web Components librairies. Vue.js is implemented with his web component target feature, and you can see the raw results here : https://vogloblinsky.github.io/web-components-benchmark/ I will release soon a blog post explaining in detail that, but i want a feedback of many li...
### Vue.js version 2.1.6 ### Reproduction Link http://jsfiddle.net/bvjfa9xk/8/ ### Steps to reproduce ### What is Expected? / What is actually happening? Dragging list item from one bucket to another paints outer item red on a `dragenter` event. This is what the fiddle does as expected. I start to drag an ite...
0
### What problem does this feature solve? This is a problem to convert some Bootstrap 4 components (or other CSS frameworks) for example: <div class="progress"> <div class="progress-bar" role="progressbar" style="width: 15%" aria-valuenow="15" aria-valuemin="0" aria-valuemax="100"></div> <...
### What problem does this feature solve? Right now you can only have 1 root element per template. I know this is by design, but I find myself wrapping everything around a `<div>` a lot. Now, most of the time is not a big deal, I can live with that, the problem is when either Bootstrap requires a very specific hiera...
1
Uncaught Error: Atom can only handle files < 2MB for now. **Atom Version** : 0.162.0 **System** : Mac OS X 10.10.1 **Thrown From** : Atom Core ### Steps To Reproduce 1. ... 2. ... ### Stack Trace At /Applications/Atom.app/Contents/Resources/app/src/project.js:461 Error: Atom can on...
Uncaught Error: Atom can only handle files < 2MB for now. **Atom Version** : 0.153.0 **System** : linux 3.13.0-40-generic **Thrown From** : tree-view package
1
I'm trying to use the setDefaults method in a form type, but I can't figure out how to merge options with defaults, I'm doing this : <?php // Creating the form $form = $factory->create('my_type', null, array( 'test' => array( 'tata' => true, ) )); /...
It is currently not possible to configure nested options. For example: $resolver->setDefaults(array( 'db' => array( 'dsn' => null, 'user' => 'root, 'password' => '', 'port': 3306, ), )); It is not possible to resolve this configuratio...
1
I work in an environment where we are not allowed to log on as administrator accounts we must Shift click -> "Run as" to use any admin privileges. Currently the Win Terminal only supports run as Administrator but in order to use this daily I need to be able to run this as an arbitrary user. To this date I don't thin...
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.476] Windows Terminal version (if applicable): 0.6.2951.0 Any other software? - # Steps to reproduce * Open up the "About" box * Resize the window # Expected behavior The overlay resizes with the window...
0
### Bug summary See title ### Code for reproduction import numpy as np import matplotlib.pyplot as plt X = np.random.randn(100, 5) ax = plt.figure().subplots() ax.boxplot(X, patch_artist=True) assert ax.artists ### Actual outcome AssertionError ### Expected outcome pass ### M...
I want to be able to set the `xticks` or `yticks` based on user input, but I can't seem to do this without invoking an `if` statement in order to use the default behaviour. To get the default `xticks` for example, you can run: import numpy as np ...
0
I am using * node v13.12.0 * npm v6.14.1 * Windows-x86 1909 Build 18363.752 I should first tell that I recently update nodejs on my system & I was trying to install dependencies after cloning Realworld repo when I encountered this error. This the npm generated log 2020-04-09T04_38_30_115Z-debug.log
### *Updated* as of 01/15/2021 **Note: Please readthis doc before filing a new issue.**
1
**Keith Donald** opened **SPR-7539** and commented The following lifecycle is extremely common in web apps: 1. bind request input to a backing bean 2. validate the bean 3. if there are bind/validation errors, re-render the form so the user can retry their submission Steps 1 and 2 are currently handled by th...
**Evgeny Goldin** opened **SPR-7817** and commented Today, I can't write String s = Assert.hasText( o.getSomeText()) because Assert usually returns void. If it returns value checked then I can use Assert calls in the way shown above. I wrote about this trick at http://evgeny-goldin.com/blog/return-something- no...
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.11.0-39713716aa Call stack: at updateTree (chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:20505:53) at getCommitTree (chrome- extension://fmkadmapgofa...
**Do you want to request a _feature_ or report a _bug_?** Feature **What is the current behavior?** Consider I want to have a dynamically calculated list of options, and a piece of state that represents the currently selected option. I can achieve this using hooks as follows: const options = useMem...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior `next build` does not include absolute path to node module ## Current Behavior `next build` includes absolute path in transpiled require path ## Steps to Reproduce (for bugs) ### Correct ...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Users should be able to bundle different modules into one final chunk. For example, users importing component `hello1.js` and `hello2.js` may want to import both modules at the same time: ...
0
**Do you want to request a _feature_ or report a _bug_?** bug **What is the current behavior?** style attribute is not updated correctly when we set `padding` and `paddingTop` at the same time and then re-render with only `padding`. Same issue with `border`. I suppose that it would be the same with `margin` (no...
# This "good first bug" is taken by @YongPilMoon. Don't work on it unless that's you! This has been discussed a few times before but I don’t think there was any conclusion, and PRs intending to solve the issue were not merged for various reasons. I would like to close those PRs as outdated, and reboot the discussio...
1
The idea is to instrument JavaScript code and collect types information from the runtime. For example: Consider JavaScript code (in ES2015): File `render.js`: export function renderContact(contact, container) { let span = document.createElement('span'); span.textContent = `${contact.first...
From #7535, it would be useful for JavaScript package authors to have the ability to generate declarations from their project. This would help with getting started on a type definition (it would be populated with known interfaces/functions/types that are exported) and would also allow the creation of continuous integ...
1
I'm wanting to include Bootstrap in a Drupal distribution that I'm working on. Because I'm using the Drupal.org packaging system, I cannot include Bootstrap because the APLv2 is not compatible with GPLv2 (which is what all code on Drupal.org must be licensed as, per our license policy: http://drupal.org/licensing/faq...
In HTML5, `<fieldset>` gains support for the `disabled` attribute, allowing you to disable an entire fieldset at once. However, Bootstrap does not seem to style all input elements under disabled fieldsets appropriately; some aren't grayed-out like individually disabled input elements. They should be. (Re-reporting s...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME user ##### ANSIBLE VERSION ansible 2.2.0.0 config file = /ansible/configuration/ansible.cfg configured module search path = Default w/o overrides ##### OS / ENVIRONMENT RHEL6 on both source and target ##### SUMMARY The "user"...
##### ISSUE TYPE * Feature Idea ##### SUMMARY With a fairly complicated and intertwined set of playbooks and roles such as openshift-ansible has developed for users to manage OpenShift, a common frustration is when running a playbook takes half an hour to run through dozens of roles and only then fails on someth...
0
When trying to use the Julia package Images with julia-debug, the process crashes with the following message: julia> using Images julia-debug: dump.c:2117: jl_recache_type: Zusicherung »t->uid != 0« nicht erfüllt. signal (6): Abgebrochen gsignal at /lib/x86_64-linux-gnu/libc.so.6 (unkn...
Using Images commit fbf9e98112c88355fc0b6c986995b7e9875ebcba, and julia> versioninfo() Julia Version 0.5.0-dev+4015 Commit 0eb3875* (2016-05-10 17:38 UTC) DEBUG build Platform Info: System: Linux (x86_64-linux-gnu) CPU: Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz WORD_SIZ...
1
When trying to use object spread in function parameters with default parameter present, transform-object-rest-spread doesn't apply. ### Input Code Minimal test case in REPL . Transform doesn't apply after adding default parameter. const b = ({ x, ...rest } = {}) => {}; ### Babel Configuration (.babe...
With latest `transform-object-rest-spread` `6.19.0` and without `transform- es2015-destructuring`, `transform-es2015-parameters`, such code: function fn({a = 1, ...b} = {}) { return {a, b}; } remains the same after transformation function fn({a = 1, ...b} = {}) { ret...
1
* Electron Version: 2.0.7 and 3.0.0-beta5 * Operating System (Platform and Version): Windows7 7601 * Last known working Electron version: 3.0.0-beta5 **Expected Behavior** Render behavior of electron is the same as chrome. **Actual behavior** ![capture](https://user- images.githubusercontent.com/9638801/4...
* Electron version: 1.7.4, 1.6.11 * Operating system: Windows 10 ### Expected behavior Default background color is #FFF as described in the documentation. And texts don't have grayscale anti-aliasing. ( `<webview>` also should have #FFF background (NOT CSS background) by default.) ### Actual behavior Browse...
1
Challenge http://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. There's no syntactic reason to require double quotes. The following should pass, but fails. $($('.slot'...
![untitled](https://cloud.githubusercontent.com/assets/13168836/9404935/9687932c-47c1-11e5-8862-d308cc17eea1.png) Challenge http://www.freecodecamp.com/challenges/waypoint-target-the-parent- of-an-element-using-jquery has an issue. Please describe how to reproduce it, and include links to screenshots if possible.
0
class Base { static getCorrectFoo(): any { return this; } static get foo(): any { return this; } } class Inherited extends Base {} Base.foo === Base; Base.getCorrectFoo() === Base; Inherited.foo === Base; /// Should...
The following code: var i = 0, j = 0; class Base { get instanceAccessor() { return ++i; } static get staticAccessor() { return ++j; } toString = () => 'instance: ' + this.instanceAccessor + ' static: ' + Base.staticAccessor; } class Derived exte...
1
The responsive classes used for show hide/elements should de "inline-block" insted "block" if i want to use this class on a inline element the "flow natural" will be distroy.
related to issues #8500 , #7808 , #4929 ; using `.hidden-sm` to hide span within `.nav > li > a` . Because class is `display: block` above -sm then text wraps to new line. Would you consider `.hidden-*` classes to be `display: inline-block` instead ? Here's a jsfiddle of the two cases - but the repercussions could b...
1
This error happens when trying to read in the weights file using an older version of Pytorch. I assume this is why you say Pytorch needs to be built from source. However I've tried that all evening and I can't find a way to navigate all of the nvcc/gcc/cuda incompatibilities to get it to compile. Many errors, all of ...
## PyTorch GitHub Issues Guidelines We like to limit our issues to bug reports and feature requests. If you have a question or would like help and support, please visit our forums: https://discuss.pytorch.org/ If you are submitting a feature request, please preface the title with [feature request]. When submitting...
1
I haven't been able to find anything online that documents how the sync of reusable variables happens between CPU and GPU. Specifically, I'm interested in if a CPU pinned variable is used multiple times in a GPU computation without being updated, does it sync only once (i.e. use a dirty flag), or will it try sync aga...
Hello dear tensorflowers, In a research project, I encountered the need to create tensors of the same shape than any other tensor with a custom value (not just 0 or 1), could be Boolean, Floats, Integers and so on. The functions prototypes are the following and will be implemented in tensorflow/python/ops/array_ops...
0
# The problem > I have cloned Microsoft's VSCode Language server. I then change directory to > the example I'm interested in (`lsp-samples`) and run `npm install` in that > folder. It quickly dies the the following error message: npm ERR! code EEXIST npm ERR! syscall mkdir npm ERR! path G:\My Drive\Git\vscode-...
# What / Why `npm` command is removed after running `npm install -g npm`. ## When * 2019/12/18 * I can't remember exactly when I succeeded in running this command but at least a week ago. ## Where * npm/cli ## How ### Current Behavior This is the log: ~ % brew install node ==> Dow...
1
# Feature request ## Is your feature request related to a problem? Please describe. The current Webpack chunking strategy in Next.js is based around a ratio-based heuristic for including modules in a single "commons" chunk. Because there is very little granularity, a lot of code is either downloaded unnecessarily (...
# Bug report duplicate component, weird render. packages: `"babel-polyfill": "^6.26.0", "metamask-logo": "^2.1.4", "next": "^6.0.3", "react": "^16.4.1", "react-countdown-now": "^1.3.0", "react-dom": "^16.4.1", "semantic-ui-css": "^2.3.2", "semantic-ui-react": "^0.81.2", "solc": "^0.4.24", "truffle-contract": "^3...
0
React version: 18.0.0 In 18.0.0, StrictMode causes a `useEffect` with an empty deps array to execute twice when a component mounts. This did not happen in 17.0.2. ## Steps To Reproduce Add a `useEffect` with an empty deps array, e.g useEffect(() => { console.log("test") }, []) And ensur...
Inline styles are awesome. But for ~~better or~~ worse, some CSS properties have vendor-prefixed values. How can we write these inline in React? `display: flex` is the example I ran into: .my-container { display: flex; display: -webkit-flex; /* etc */ } I found myself building s...
0
Problem: Funtional programming needs better support in TypeScript. Values are everything in FP and in TypeScript the expression statements just silently discard them. Not being able to track places where the values are discarded leads to severe bugs. Example: // before refactoring function notify...
Hello. Quite often while working with `ImmutableJS` data structures and other immutable libraries people forget that values are immutable: They can accidentally write: obj.set('name', 'newName'); Instead of: let newObj = obj.set('name', 'newName'); These errors are hard to ...
1
When write the markdown in Chinese, but display boxes in the preview, see below screenshot: ![atom_markdown_preview_cn_issue](https://cloud.githubusercontent.com/assets/360603/7162513/a243b8de-e3c7-11e4-8bfc-0be52f0defe4.png) The atom version is **v0.191.0**. Running on openSUSE 13.2 .
My OS openSUSE 13.2 (Harlequin) (x86_64) 64 位 with GNOME 3.14.2 Atom is 0.190.0 markdown-preview 0.148.0 #ymsWebClient ###build dist 1. 手工删当前的额dist文件夹 2. 项目根目录下执行命令 ` gulp build ` <h1 id="ymswebclient">ymsWebClient</h1> <h3 id="b...
1
## Problem 1. The files struct (`Record<string,string>`), returned by running `Deno.emit` has the (semi) correct extensions for the file names (the keys of the struct), but the code inside the emitted output uses the original `.ts` extension for the `import` statements. This requires special handling after emitt...
## Problem `Deno.compile()` does not convert local import URLs from `.ts` extension to `.js` extension, making it impossible to use inside browser and Node.js. ## Steps to reproduce Run this file (`deno run https://gist.githubusercontent.com/KSXGitHub/c94a9d7eb8e976f1126b4b9dfeba0497/raw/004a9ddb6872b9a2f05506f13f...
1
* VSCode Version:0.10.12-alpha * OS Version: windows10 Steps to Reproduce: 1. Launch app and open any folder which contains .ts project 2. Add task.json file or select the node.js environment to generate launch.json. 3. Try to update the property value with predefined common variables like ${file},${cwd},...
It would be great of there are completion proposals for variables in launch.json. That's now quite easy to add, check out https://github.com/Microsoft/vscode/blob/master/extensions/configuration- editing/src/extension.ts. This adds completions to keybindings.json. You could add yourself also to the 'configuratio...
1
![image](https://user- images.githubusercontent.com/18652330/38233858-9aa243e2-374e-11e8-9b46-a3a91d99ac61.png) ### In the with-ant-design example, i think these file too big for production. Is this a bug? ### Can we optimize it?
changing response code in custom error page, not working. This is content in pages/_error.js file. import React from 'react' function Error(props) { return ( <div> my custom page </div> ) } Error.getInitialProps = ({ req, res,...
0
I have a top level navbar component which starts a web socket to listen for user notifications. Unfortunately the navbar is unmounted and remounted on every page load, forcing the websocket to disconnect/reconnect. Is there no way around this with next.js?
Having animated route transitions would be nice, as this is one of the many benefits through client-side routing. Doing so should be left up to the user in my opinion (some people prefer CSS transitions over more fine-grained control with `react-motion` etc). As I understand it, one would need to modify the top-level...
1
**I'm submitting a ...** [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request **Current behavior** Service's method can't access the service attribute when called from a child component of ChildModule with `this` if the ser...
We would like to implement bare bones change detection so that we can unblock ourselves for other parts of the system and work on them in parallel. https://github.com/mhevery/angular/blob/master/modules/change_detection/src/watch_group.js https://github.com/mhevery/angular/blob/master/modules/change_detection/src/...
0
Please add additional key combinations to default key bindings for copy-paste like: Copy: CTRL + INS, Paste: SHIFT + INS I think many people use this keys combinations.
Sorry if this is a duplicate, I didn't really know how to search it. My replace button is not large enough to show the entire word Replace. I am not sure what version introduced this, as I haven't used find/replace much as of late. I think it would have been after 0.150.0, but I'm not sure. Screenshot: ![untitled-...
0
Hello, I tried approaching OpenCv at admin@opencv.org yet I got no answer for days. Hence I didn't who to approach besides this forum. It seems like the Q&A site of OpenCV isn't available for more than few weeks. Could you please fix it? It is a great source for OpenCV. Thank You.
# System information * OpenCV => 3.1 * Operating System / Platform => macOS Sierra 10.12 (16A304a) * Compiler => Xcode https://github.com/Homebrew/homebrew-science/issues/4104
0
### Describe your issue. Using `environment_meson.yml`. Ubuntu: 20.4 python 3.10 Conda: 4.11.0 Build fails with missing `hpp` file `python dev.py --build-only` In file included from scipy/stats/_hypotests_pythran.cpp:24: /home/eduardo/miniconda3/envs/scipy-meson/lib/python3.10/site-packag...
I was a bit surprised to unearth some image tools in scipy.misc recently. Is there any interest in a PR that deprecates them in the misc namespace and moves them to ndimage? Seems like a more natural home for the image tools to me. In an ideal world, everything in misc could find a better home I'd hope.
0
## Steps to Reproduce Blank screen appears when running application on iOS simulator ![screen shot 2018-05-13 at 10 36 53 pm](https://user- images.githubusercontent.com/5457221/39971088-426155a4-56fe-11e8-9598-686cccad437c.png) ## Dependencies dependencies: flutter: sdk: flutter ...
## Steps to Reproduce on Windows 10 64 bit 1. flutter upgrade (the previous version was beta 0.6.0 2. Upgrade fails with errors and unable to run any commands ##Error: Checking Dart SDK version... Downloading Dart SDK from Flutter engine af42b6dc95bd9f719e43c4e9f29a00640f0f0bba... Unzippi...
0
**I'm submitting a ...** (check one with "x") [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
**I'm submitting a ...** (check one with "x") [ x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
0
My company uses a proxy with SSL inspection, i cant find a way to set allowed trusted certificates. Cheers
I'm using vs code behind a proxy with a self-signed certificate, when i try to install plugins and typing "ext install ", it shows an error "unable to verify the first certificate".
1
With pandas version 0.12: In [3]: pandas.version.version Out[3]: '0.12.0' ## Code to reproduce: import collections import pandas as pd import numpy as np cols = map(str, np.unique(np.random.randint(0, 1000000, 200))) index = map(str, np.unique(np.random.randint(0, 1000000, 500...
I don't _think_ there is a way to get the nlargest elements in a DataFrame without sorting. In ordinary python you'd use heapq's nlargest (and we can hack a bit to use it for a DataFrame): In [10]: df Out[10]: IP Agent Count 0 ...
0
`x.numpy()` clearly means I want to convert something to numpy, which is always on the CPU. It is redundant to have to say .cpu().numpy(). The conversion should be automatic rather than throwing an exception. In my specific case I have set default tensor type to CUDA because that is what I am using by default - and...
Both following native tensor factory function entries generate same `descriptor` (`"bernoulli-5"`): - func: bernoulli(IntList size, Tensor p, *, TensorOptions options={}) -> Tensor variants: function - func: bernoulli(IntList size, double p, *, TensorOptions options={}) -> Tensor v...
0
Issue Id: **5ff55400-6d9e-cf2f-f43a-b414cfe1e50b** _Versions_ \- `043a4e7` \- `6c2d51a` \- `a5a983d` \- `b0b6af5` _Stack_ TypeError: Cannot read property 'className' of null [/vs/base/browser/dom.ts#L65:20 (_findClassName)](https://github.com/microsoft/vscode/blob/043a4e760131b3bedc328b748a604494...
Today when you open VS Code on wrong casing workspace path, all file events stop to work. We should detect this case and either fix it or print a warning.
0
### Problem description The v1 documentation here states that, "The CSS injected by Material-UI to style a component has the lowest specificity possible as the is injected at the top of the ". However, I am observing locally that the styles are being injected at the _bottom_ of . I do not have any custom configurati...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Positioning of the IconButton as an InputAdornment should be the same on IE11 as it is on other browsers. ## Current Behavior The IconButton is rendered too low and further to the right (for a right ado...
0
### 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 a feature request that matches the one I want to file, without success. ### Electron Version 13.1.1 ### What o...
### 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 a feature request that matches the one I want to file, without success. ### Electron Version 12.0.1 ### What opera...
1
#### Description The gradient of tsne blows up on Mac platform, whereas on Linux it works fine. #### Steps/Code to Reproduce from sklearn import manifold, datasets data = datasets.load_digits() X = data['data'] n_components = 2 tsne = manifold.TSNE(n_components=n_components, init='pca...
Darwin-15.0.0-x86_64-i386-64bit ('Python', '2.7.11 |Anaconda custom (x86_64)| (default, Dec 6 2015, 18:57:58) \n[GCC 4.2.1 (Apple Inc. build 5577)]') ('NumPy', '1.11.0') ('SciPy', '0.17.0') ('Scikit-Learn', '0.17.1') When trying to run a t-SNE proj = TSNE().fit_trans...
1
For me, a increasingly common issue is that I have duplicate translation files. Let me explain with a use case: Given an entity named 'Article', say you want users to create articles on your website. To make that happen you create a form, and for convenience you set up a convention notation for each of the entity's ...
So, back at square one i guess :) #20533 reverted the integrity check for accessing services, before the container builder is actually compiled. Making it real tricky, yet convenient. However, it is done for the right reasons, for now. Where does that leave us? Will it be put back? And what is the alternative/right...
0
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | yes RFC? | no Symfony version | 3.4.x-dev (`8c4a1e7`) Error: PHP Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\LogicException: %scheb_two_factor.security_voter.class% should implement the Sy...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.4 When voter service class is parameter, it is not yet resolved while checking if it implements VoterInterface. Maybe type of AddSecurityVotersPass should be "optimization"?
1
trait Foo: Fn(i32) + Send { } impl<T:?Sized + Fn(i32) + Send> Foo for T { } fn wants_foo(t: Box<Foo>) { } fn main() { let f = Box::new(|x| println!("{}", x)); wants_foo(f); } Output: <anon>:9:13: 9:14 error: the value of the associated type `Outpu...
http://static.rust-lang.org/doc/master/std/hash/index.html
0
When a tsconfig.json file is used to target a directory instead of an explicit file list, inherited classes aren't guaranteed to be ordered correctly unless they contain /// <reference tags. It would be nice if directory based compilation could work out the order for inherited classes without the need for the extra t...
Hello, I am having the same issue, which had lot of activity on codeplex. https://typescript.codeplex.com/workitem/627 class A extends B { // ... } class B { // ... } Compiles without error but obviously fails at runtime.
1
Running this piece of code on Babeljs (abstracted): for(var el of arr) do() Throws the following error: `[Error] ReferenceError: Can't find variable: Symbol` Using Safari 8.0.6 Chrome is ok Firefox is ok
I have some code like: for (var n of geoHashes) { console.log(n); } Only in firefox it throws an error: ReferenceError: Symbol is not defined
1
**I'm submitting a ...** (check one with "x") [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
# **I'm submitting a ...** (check one with "x") [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
0
## Bug Report **Current behavior** Application does not compile with `@babel/preset-react@7.10.4`, using version `7.10.1` does. **Input Code** https://github.com/Amsterdam/atlas/tree/babel-bugreport Run `npm run start` on this branch. **Expected behavior** Code compiles as before **Environment** ...
> Issue originally made by @stefanoverna ### Bug information * **Babel version:** 6.1.21 * **Node version:** 5.1.0 * **npm version:** 3.3.12 ### Input code I prepared a small sample that illustrates the problem: https://github.com/stefanoverna/babel-react-skeleton Just `npm r...
0
I find this a bit annoying, because I'm used to use the exponent notation to declare large numbers. Of course I could do zeros(10^4) but I think it should also work with 1e4. The problem is that 1e4 is a float and 10^4 an int, and that Array doesn't accept floats for dimensional arguments. Is there any problems wit...
Currently, rand(1,1e7) fails: julia> rand(1,1e7) ERROR: no method rand(Int64,Float64) Should using FloatingPoints be allowed? Shall it throw InexactError() if round(m)!=m?
1
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
### Reason: It allows the user to compute these metrics on soft classifications. E.g. let Y be a (n,k) ndarray, where each row is a probability distribution over classes. Let C be a (n,c) ground truth ndarray, each row is a probability distribution over classes. Then A = np.dot(Y.T, C) is the expected contingency ma...
Supervised clustering metrics (at least where there is a fixed set of samples, unlike in coreference resolution with system mentions) can usually be calculated from the contingency matrix alone. I think passing `y_true=contingency, y_pred=None` should trigger this behaviour, saving computational time when calculating...
1
Choose one: is this a bug report or feature request? A bug report. I couldn't tell if this was the same bug as other similar issues. Sorry for any duplication. ### Input Code for(let [a] of c) { a=1; ()=>a; } ### Babel/Babylon Configuration (.babelrc, package.json, cli command) ...
This generates invalid code: ({ foo: (/*string*/ x) => /*object*/ 10 }); Returns implicit `undefined`: "use strict"; ({ foo: function foo( /*string*/x) { return /*object*/ 10; } });
0
**TypeScript Version:** * Version 1.9.0-dev.20160525-1.0 **Code** // A self-contained demonstration of the problem follows... async function getBar(params: number) { return 1; } transform into with `--target ES6` **Expected behavior:** * Don't transform async/await with polyfi...
_From@mathiasdose on February 11, 2016 8:20_ One of the features that I really liked with vscode was the folder path intellisense inside require('path') while doing NodeJs development. Now I just see a list of global variables. I don't use the new salsa, and I'm targeting ES5. Something that might be worth mention...
0
Add a view for extension management like Atom with detailed lists, extension download / update progress.
The quick open UI isn't working fully well. We need to come up with a better UI story that can * increase visibility of extensions; * fix awkward UI interactions we have today (status bar widget, error output pane, messages, etc); * enable us to implement more features in the future (enablement/disablement, s...
1
# Checklist * I have included the output of `celery -A proj report` in the issue. (if you are not able to do this, then at least specify the Celery version affected). * I have included all related issues and possible duplicate issues in this issue. * I have included the contents of `pip freeze` in the iss...
We've seen this CI failure sporadically since we fixed the pypy3 CI job. It possible an attribute in a timer is being mocked/assigned incorrectly, or there's just some difference in how pypy3 implements `Timer` objects (I believe the complaint is about a `threading.Timer()` object). # Checklist * I have verified ...
0
Challenge doesn't count as complete on Firefox, same code works on Chrome just fine. Challenge adjusting-the-color-of-various-elements-to-complementary-colors has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0`. Please describe how to reproduce this issue, and...
#### Issue Description This is for the feature/curriculum-expansion branch only when run locally, and NOT the staging branch. For several challenges (challengeType: 0, using the code editor with the mobile-phone output layout), the jQuery method .css() doesn't seem to be accessing the styles applied in a `style` ta...
1
[x] I have searched the issues of this repository and believe that this is not a duplicate. It appears that https cannot work with nextjs in development but there is no documentation or direct answer to this question in the issues history. I want to use https through the node https module on my local machine and co...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior My index.html file is at this URL: `mydomain.com/test-proj/test-slug/` When I put a prefetch attribute on my Link tag, like this: <Link prefetch href={`${publicRuntimeConfig.ASSET_PATH}/a...
0
ERROR: type should be string, got "\n\nhttps://travis-ci.org/pandas-dev/pandas/jobs/348215410#L2717\n\n \n \n [gw1] linux -- Python 3.6.4 /home/travis/miniconda3/envs/pandas/bin/python\n self = <pandas.tests.frame.test_analytics.TestDataFrameAnalytics object at 0x7f86fa5d54a8>\n axis = 0\n @pytest.mark.parametrize(\"axis\", [0, 1, None])\n def test_clip_against_frame(self, axis):\n df = DataFrame(np.random.randn(1000, 2))\n lb = DataFrame(np.random.randn(1000, 2))\n ub = lb + 1\n \n > clipped_df = df.clip(lb, ub, axis=axis)\n pandas/tests/frame/test_analytics.py:2066: \n _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n pandas/core/generic.py:5605: in clip\n if np.any(pd.isnull(lower)):\n _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n self = 0 False\n 1 False\n dtype: bool\n def __nonzero__(self):\n raise ValueError(\"The truth value of a {0} is ambiguous. \"\n \"Use a.empty, a.bool(), a.item(), a.any() or a.all().\"\n > .format(self.__class__.__name__))\n E ValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().\n \n\n"
Reproducible example: In [10]: df = pd.DataFrame({'col': range(9)}, index=pd.MultiIndex.from_product([['A0', 'A1', 'A2'], ['B0', 'B1', 'B2']], names=[1,2])) In [11]: df Out[11]: col 1 2 A0 B0 0 B1 1 B2 2 A1 B0 3 B1 4 ...
0
> Issue originally made by @jedireza ### Bug information * **Babel version:** 6.13.2 * **Node version:** 6.3.1 * **npm version:** 3.10.3 ### Options { filename: filename, sourceMap: 'inline', sourceFileName: filename, auxiliaryCommentBefore: '$la...
As per nlf/lab-babel#4 (comment) The auxiliaryComment before/after are working awesomely but they aren't applied to the `_classCallCheck` method call in a class constructor. If they were applied to that line, lab would be able to report coverage correctly. Thanks! EDIT by hzoo: also #4450 \+ `_possibleConstructorR...
1
Internet explorer and Firefox ignores width and height of images when embedded in forum using img tag, ok in Chrome . Bootstrap v2.3.1 Bootstrap css: img { width: auto\9; height: auto; max-width: 100%; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; } bootstrap.min.css img{max-w...
1
There are a few other related issues regarding to this problem. But I think none of them explained why this is really needed. asset() by default, will only output a path that is absolute under the current domain. If assets_base_urls is set then it will output an absolute url with domain. This is generally fine in mo...
Hey guys! Currently, there's no standard way of retrieving the absolute URL to an asset. This would be useful when generating asset paths in a template for an email. Would be cool a function like: {{ asset_url('images/foo.jpg') }} The current solution is not pratical and breaks when using CDN. Thank...
1
### Description `jax.scipy.special.betaln` becomes very inaccurate for large inputs. ![Screen Shot 2022-11-15 at 4 54 10 PM](https://user- images.githubusercontent.com/391217/202057219-814b0ca5-ea8c-41c0-8f5c-748e19fa8fe0.png) The image is comparing jax, scipy, and a jax version I made that parallels scipy's versi...
Analogous to `checkpoint` in Autograd (but handling closed-over tracers).
0
by **arnehormann** : What is the expected output? There should be a way to access the full information a driver has for result columns. Workarounds are brittle and slow. They depend on the struct layout, require reflect or unsafe and involve some duplication. What do you see i...
Please expose original database column type at least as string. this is currently so restricting on this package. this will help us to do some level dynamic column value parsing
1
I am using Axios in my most of my react native projects but I have never met this strange error. I am trying to do a post request to my server but it always giving me Network Error. I tried to do with curl and it worked perfectly and I also tried to visit the IP address from my mobile using a browser and it worked th...
**Bug** Hello, How can i fix duplicate POST and DELETE axios request and i think PUT AND PATCH also. whenever i submit the data or deleting the data using the code below i get duplicate request and response. on the first request it works fine, on the second request a duplicate request/response will happen. **Expe...
0
I'm seeing an issue when PdoSessionStorage is enabled where values set on the user's session are not being saved at all. More details at the forum -> http://forum.symfony- project.org/viewtopic.php?f=23&t=51646 I'm using PHP 5.4.4 and Symfony 2.1.2 (just updated using php composer.phar update). I appreciate any he...
Image a website where content can be created in 80 languages, but the team in charge of translating the UI can only translate it in two languages. The UI locale may be given with an url parameter named `_locale`, while the content local may be given with an url parameter named `content_locale`. It would be nice to b...
0
try this: if(true){ //} } ![zaznaczenie_001](https://cloud.githubusercontent.com/assets/10367616/7416674/64150b6c-ef61-11e4-886f-b9e082f0c49f.png)
Related: lee-dohm/emacs-flow#3 Repro case can be found (with permission) at: https://gist.github.com/debtosh/e5b25c7719867ec56382 ## Repro Steps 1. Open a new file 2. Paste in the text from the Gist linked above 3. Set the grammar to C++ 4. Place the cursor after the brace at the end of line 2 **Expected:...
1