text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
**Migrated issue, originally created by Bertrand Croq (@bcroq)**
Upgrading from SQLAlchemy 1.0.9 to 1.0.10 breaks the following code:
from sqlalchemy import create_engine
from sqlalchemy import Column, ForeignKey, Integer, String
from sqlalchemy.ext.declarative import declarative_base
from... |
**Migrated issue, originally created by Bastien Chatelard (@bchatelard)**
I am facing a regression on joinedload on polymorphic entity in 1.0.10.
I have reproduced a minimal test case that works fine in 1.0.9 and does not in
1.0.10:
import sqlalchemy as sa
import sqlalchemy.orm
from sqlalchem... | 1 |
I have a consistent segfault in `Nettle.jl` on `master`. This happens on all
three platforms.
in expression starting at /Users/travis/.julia/v0.7/Nettle/test/hash_tests.jl:4
jl_typemap_level_assoc_exact at /Users/osx/buildbot/slave/package_osx64/build/src/typemap.c:813
jl_typemap_assoc_exact at... |
In the following example I get a segfault at the `ccall`, but only if this
line is inside the `Container` constructor. If this call is done in an own
function there is no segfault.
[I used `malloc` in `libc` only as an example. This segfault happens for other
C-functions, too.]
Minimal example:
lib =... | 1 |
$ ansible --version
1.4.4
$ ansible-playbook ec2_security.yml -i hosts
PLAY [127.0.0.1] **************************************************************
GATHERING FACTS ***************************************************************
ok: [127.0.0.1]
TASK: [Create EC2 w... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
ssh
##### ANSIBLE VERSION
ansible --version
ansible 2.4.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/home/jenkins/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible py... | 0 |
Hello,
I'm trying to run the CNTK tutorial notebook: CNTK_101_LogisticRegression.
I cannot import matplotlib.pyplot
(base) C:\CNTK-Samples-2-3-1\Tutorials>python
Python 3.6.3 |Anaconda custom (64-bit)| (default, Oct 15 2017, 03:27:45) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyri... |
### Bug report
**Bug summary**
Can't import matplotlib.pyplot
**Code for reproduction**
import matplotlib.pyplot as plt
**Actual outcome**
# If applicable, paste the console output here
---------------------------------------------------------------------------
ImportError ... | 1 |
The following HTML is not working for this challenge:
<style> .smaller-image { width: 100px; } .thick-green-border{ border-width:
10px; border-color: green; border-style: solid; } </style>
:
Does _test iimprovement_ mean that the person who submitted the issue should
test the change or anyone can test it or...? Should members wait for... | 0 |
The windows binary julia cannot open!!!
|
I got julia 0.3.0-64 from http://julialang.org/downloads/
When I open the julia shortcut it turns out a cmd shell and then to be turned
off quickly.
When I use the cmd
D:\Program Files\Julia-0.3.0\bin>julia.exe
System image file "D:\Program Files\Julia-0.3.0../lib/julia/sys.ji" not found
D:\Program Files\Julia-... | 1 |
#### Issue Description
For the past couple of weeks I haven’t been able to access the site. While I
can access the offline cloud flare version of the homepage I receive the
message error “522 connection timed out” and “Host Error”; I haven’t been
having a problem on other sites. The site works on my phone when it’s
... |
#### Challenge Name
#### Issue Description
#### Browser Information
* Browser Name, Version:
* Operating System:
* Mobile, Desktop, or Tablet:
#### Your Code
// If relevant, paste all of your challenge code in here
#### Screenshot
| 1 |
### Problem description
After I have converted my ReactJS Application to server-side rendering, many
of my material UI components have broken styles. The most notable example is
the GridTile in the GridList. For example, I am loading some images, and the
GridTile cellHeight property doesn't work as expected. It does... |
Having an issue integrating material into an isomorphic react application. I
believe it may be associated to the theme not being rendered on the server
side, I have it included in both renders with matching user agents. An image
and code is referenced below...
 made a change which installs a `SIGTERM`
handler within `Task.__call__()`, which effectively ignores `SIGTERM`. This
is...er...wrong, and leads to the following problems:
* Tasks cannot be called inline within a thread (eg common configurations of `uwsgi`, or even Django's `runser... | 0 |
* VSCode Version: 1.1.1
* OS Version: OSX 10.11.4
Steps to Reproduce:
1. Insert the following TypeScript code into the editor:
var a = true ? true : `;`;
var i;
1. Observe that `var i;` is colored as if it were part of the template string (in VSCode, and on GitHub!).

* **Operating System** (Platform and Version):
* Windows 10 (1809)
* **Last known working Electron version** (if applicable):
* N/A
### Expected Behavior
>node --experimental-worker app.js
hello from electron as node
he... |
### Issue Details
* **Electron Version:**
v5.0.2
* **Operating System:**
Windows 10
### Expected Behavior
On app ready start nodejs worker which consoles string.
### Actual Behavior
App crash immediately after run
### To Reproduce
* git clone https://github.com/BorysTyminski/electron-issue.git
* c... | 1 |
The following script fails with an "Unsupported namedCurve" error. It works
fine if the P-384 is changed to P-256.
function generate_keypair() {
return crypto.subtle.generateKey(
{name: "ECDH", namedCurve: "P-384"},
true,
["deriveBits"]
);
}
... |
Diffie-Hellman function requires `p384::NistP384` to implement
`ProjectiveArithmetic` trait. Blocked on RustCrypto/elliptic-curves#240
| 1 |
We use CentOS in our Jenkins CI environment. We see a lot of challenges using
Playwright from version 1.15.0 since it needs `GLIBC_2.18` which is not
available in CentOS.
Related thread for this feature request > #9194 (comment)
This is blocking us to upgrade the Playwright, and having support for CentOS7
would be ... |
We have our CI machines setup on centos7.
I am trying to integrate in our integration tests which runs on jenkins on
centos machines.
Able to run tests using chrome but facing issues with following browsers:
## Chromium :
<launching> /home/centos/.cache/ms-playwright/chromium-920619/chrome-linux/c... | 1 |
Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | yes/no
RFC? | yes/no
Symfony version | 3.3.2
We ran into a bug in the handling of periods in an API end point URL.
This query wouldn't work due to the period in faculty.position. This is the
expected behavior since this is how it... |
**Symfony version(s) affected** : 4.1.9, 4.2.1
**Description**
Having defined a route without trailing slash in the path,
accessing the URL with a trailing slash automatically redirects to the URL
without the trailing slash, but also replaces dots with underscores in the
query string parameters names (if any).
... | 1 |
_From@samaursa on May 28, 2017 18:58_
Windows build number: 10.0.15063
What's wrong: I see underscores in the bash console
I am not sure what or how this happened, but I see underscores throughout the
console window. I tried relaunching, removing my custom settings, changing
font, reverting to legacy console and... |
# Description of the new feature/enhancement
# Proposed technical implementation details (optional)
| 0 |
_Please make sure that this is a feature request. As per ourGitHub Policy, we
only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:feature_template_
**System information**
* TensorFlow version (you are using): 1.12.0
* Are you willing to contribute it (Y... |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No, running tf_cnn_benchmarks.py from benchmarks repo
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Ubuntu 16.04.2 LTS
* **TensorFlow installed from (source or binary)... | 0 |
import jax
import jax.numpy as jnp
def f(x):
return x + 0.0
def _print_type(x):
print(x)
print(x.dtype)
print(x.dtype is jax.dtypes.float0)
def print_type(x):
_print_type(x)
jax.jit(_print_type)(x)
print("")
x... |
Something in the numpy 1.23 release broke autodiff; in particular, float0
arrays are being converted to bool:
import jax
import numpy
print(numpy.__version__)
print(jax.grad(lambda x: x+0., allow_int=True)(1).dtype)
Newest numpy:
1.23.0
bool
previous version:
... | 1 |
**Problem** :
At the moment in the documentation page of Flutter, we do not have a button to
navigate to the related dart file in Flutter project. e.g. with
FloatingActionButton, if we want to see the related dart file, we are not able
to navigate easily. We need to go to GitHub and find the related file.
_I know w... |
If `flutter doctor` is run in a directory containing a project, it should run
checks for that project. Things like verifying the engine version, that some
dirs exist (android/AndroidManifest.xml, android/res/, ios/), that pub has
been run, ...
| 0 |
Given is the following graph for Neo4j 2.1.7:
CREATE
(:Application {Name: "Test Application", Aliases: ["Test", "App", "TestProject"]}),
(:Application {Name: "Another Application", Aliases: ["A-App", "XYZ", "XYProject"]}),
(:Application {Name: "Database X", Aliases: ["DB-App", "DB", "DB-Pr... |
You guys might already be working on this, but this is a somewhat common use
case that was easy with the old index syntax, and entirely too inefficient
with the new indexes. Index hinting on this type of query returns an error,
and the query without an index hint does a label scan for horrid performance.
Query:
ma... | 1 |
Please add support for searching and opening .msc files like `gpedit.msc`.
I want to open the gpedit.msc by typing `gpedit.msc` or `Group Policy Editor`.
**crutkas note:**
This would add in items like device manager and other MMC items
### Additional hint
In start menu this command is marked as type "control p... |
# Environment
Windows build number: 10.0.18363.836
PowerToys version: 0.18.1
PowerToy module for which you are reporting the bug (if applicable): Launcher
# Steps to reproduce
1. Launch Launcher
2. Search any Windows Administrative Tools programs, such as Disk Management, Device Mana... | 1 |
Challenge Waypoint: Add Borders Around your Elements has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/45.0.2454.93 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
problem url: http://www.free... |
Challenge http://freecodecamp.com/challenges/waypoint-add-borders-around-your-
elements has an issue. "Give your image a border width of 10px doesn't work.
: CentOs 6.10 Linux: ... |
_Please make sure that this is a build/installation issue. As per ourGitHub
Policy, we only address code/doc bugs, performance issues, feature requests
and build/installation issues on GitHub. tag:build_template_
**System information**
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04): RedHat Enterprise ... | 1 |
### Describe the issue:
Implicit type casting for binary operators seems to ignore types of scalar
values, see code example below where the left operand is passed a 0D scalar
and 1D array respectively.
This behaviour provokes unexpected overflow errors in corner cases of empty
shape tuples that can be easily overse... |
Using direct ufunc calls below to eliminate operator overloading from the test
case:
>>> one_eps = 1.00000001
>>> np.greater_equal(np.array(1.0, np.float32), np.array(one_eps, np.float64))
False
>>> np.greater_equal(np.array([1.0], np.float32), np.array(one_eps, np.float64))
array([ Tru... | 1 |
Steps to reproduce:
Click on the currently open file in the sidebar so its tab becomes active.
Press Ctrl+A to select all text.
Expected result: all text selected
Actual result: nothing selected, the focus is not set on the active tab.
|
when i select a file in the folder view (left side)... why this do not change
the focus to the content of the file??
because my workflow is:
1. select a file
2. press Ctrl+f to search something (but nothing happens because the focus is still on the folder view)
everytime i have to click on the content of the f... | 1 |
# Environment
Windows build number: Microsoft Windows NT 10.0.18362.0
Windows Terminal version (if applicable): 0.6.2951.0
# Steps to reproduce
Open Terminal and look at the window title bar.
# Expected behavior
I would expect the title bar to use the same color/theme as the other apps in
... |
# Environment
Windows build number: 10.0.18362.0
Windows Terminal version: 0.5.2681.0
# Steps to reproduce
Set that profiles in settings:
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"backgroundImage": "ms-appdata:/... | 0 |
Hello,
I'm a CG artist and I'm working in 3d studio max (among other software) and
the program has a lot of separate windows that need to be in view all the
time. Therefore I bought a new big 45" monitor so I can view all the windows
and settings at once. Unfortunately Fance zones doesn't work with programs
that hav... |
# Environment
Windows build number: Microsoft Windows [Version 10.0.17763.1039]
PowerToys version: 0.14 - 0.15
PowerToy module for which you are reporting the bug (if applicable): FancyZones
# Steps to reproduce
Create FancyZone layout, use mouse to drag-and-drop "Solution Explorer" or a... | 1 |
After few seconds working on a PHP file, the editor panel hangs and the whole
program needs to be killed.
Only the editor panel stops responding, while the menu bar can be clicked (but
clicking on "Exit" doesn't produce any effect).
Task manager shows a stable 40% CPU load coming from code.exe process.
Windows 10... |
Sometimes editor just freeze. Kill task helps only. Have this problem at work
and home.
I noticed that this started after latest update (0.10.1).
Working in PHP files.
Windows 10 64.
| 1 |
## 📝 Provide a description of the new feature
_What is the expected behavior of the proposed feature? What is the scenario
this would be used?_
\---Now PowerToys can only run after installing the installer. Could we have a
portable version? A folder contains all the essential components would do the
job. A single ... |
# Environment
Windows build number: Microsoft Windows [version 10.0.18363.836]
PowerToys version: 0.18.0
PowerToy module for which you are reporting the bug (if applicable): PowerToysRun
# Steps to reproduce
1. start powertoys
2. once the quicklaunch icon is there, attempt to press `... | 0 |
#### Describe the issue
Just upgrading a project from quasar 1 to 2. Have a simple Axios integration
but have isolated the problem to an even smaller example. I get double base
urls on my requests.
#### Example Code
I have a boot.ts file exports a boot function like this:
export default boot(() => {... |
#### Describe the bug
In version 1.1.0 (via unpkg cdn https://unpkg.com/axios/dist/axios.min.js)
`axios.create` is undefined.
#### To Reproduce
Create an html document with
`<script src="https://unpkg.com/axios/dist/axios.min.js"></script>`
From JS, attempt to access `axios.create`
Result: undefined.
#### E... | 0 |
Object Spread Initializers is a proposed feature of ES2016 and is very useful
when writing Redux reducers. The syntax is supported in babel, but when using
the feature in Visual Studio Code it will mark the spread operator as a syntax
error.
See: https://github.com/sebmarkbage/ecmascript-rest-
spread/blob/master/Spr... |
es7 proposal : https://github.com/sebmarkbage/ecmascript-rest-spread
## Spread properties
### Typing
In my opinion the goal of this method is to be able to duplicate an object and
changing some props, so I think it's particularly important in this case to
not check duplicate property declaration :
v... | 1 |
##### System information (version)
* OpenCV => 4.5.0, 4.5.2, 4.5.4
* Operating System / Platform => Linux x86_64 Ubuntu 18.04, 20.04
* Compiler => C++/GCC 7.5.0, running OpenCV through python 3.8
##### Detailed description
Hello!
I'm aware that if CUDA is initialized in the main process, but accessed via a... |
##### System information (version)
* OpenCV => 2.4.13.6
* Operating System / Platform => Windows 10 64 Bit
* Compiler => Visual Studio 2017
##### Detailed description
When compiling my project using x86 config, there were no errors.
When compiling using **x64** config, errors were all about _type_c.h_ in
o... | 0 |
The code in this gist triggers a strange error on OSX.
Array(Float64,(6,6)) 6x6 Array{Float64,2}:
ERROR: LoadError: ArgumentError: can't repeat a string -1 times
in repeat at ./strings/types.jl:176
in print_matrix_row at show.jl:1017
in print_matrix at show.jl:1061
in showarray... |
Something is amiss with the formula used to calculate the number of digits in
the entries of an array used in the repl.
julia> [2.,3.]
2-element Array{Float64,1}:
02.0
03.0
julia> [2.0,2.3]
2-element Array{Float64,1}:
02.0
2.3
Edit:
J... | 1 |
### Vue.js version
1.0.19
### Reproduction Link
Example using v1.0.19 (not working as expected)
https://jsfiddle.net/ps6vrun1/1/
Example using v1.0.18 (working as expected)
https://jsfiddle.net/jhapcwy1/1/
### Steps to reproduce
Add a class to an element, and also a binding which will toggle the class
`<d... |
When using an object in a v-bind:class ,classes are not removed from the
element :
https://jsfiddle.net/arasharg/tLef7wfh/
| 1 |
Running 0.176.0 on Mac OS X 10.10.1
The following is highlighted incorrectly:
const char* f(const char *s)
{
switch((s[0] << 8) + s[1]) {
case 'B': case 'C': case 'D': case 'E': case 'F': case 'G':
return "XX";
case 'H': case 'I': case 'J': case 'K': case 'L': c... |
I opened a Python file with the following line (#963):
PrintAndLog(u"SSID: " + RememberedNetwork["SSIDString"].decode("utf-8") + u" - BSSID: " + RememberedNetwork["CachedScanRecord"]["BSSID"] + u" - RSSI: " + str(RememberedNetwork["CachedScanRecord"]["RSSI"]) + u" - Last connected: ... | 1 |
Support for react-native-web _worked in Next.js 4_ , but now throws an error
when upgrading to Next.js 5. From my research, this would appear to be related
to an issue that has been closed in necolas/react-native-web#364.
* I have searched the issues of this repository and believe that this is not a duplicate.
##... |
* I have searched the issues of this repository and believe that this is not a duplicate.
Hi Everyone,
I have this minimalistic example
const myFunction = (x) => (x * 2)
export default class Page extends React.Component {
static async getInitialProps(props) {
return {
... | 0 |
The code is extremely simple:
<!DOCTYPE html>
<html lang="en" ng-app="app">
<head>
<meta charset="UTF-8">
</head>
<body ng-controller="TestController">
<input type="text" ng-model="state.addr" ng-click="openDialog()">
<script src="angular.js" charse... |
Hey folks—in Electron `0.34.3`, it was possible to do this:
showOpenDialog: (options, callback) ->
dialog = remote.require('dialog')
dialog.showOpenDialog(@getCurrentWindow(), options, callback)
However, in `0.35.1`, the open dialog appears and the `callback` is run, but
user in... | 1 |
I have a specific use case where I animate an `ImageView` it does a flip
animation and I see the next image. The issue is that while the next image is
loading there is a bunch of white space.
I tried this implementation here:
Glide
.with(context)
.load(imageUrl)
.thumbnail(Glide // this th... |
**Glide Version** :4.4.0
**Device/Android Version** : Xiomi mi A1/ 7.1.2
**Issue details / Repro steps / Use case background** : I am serving local
phone images for casting but in some phones captured images have wrong
orientation, so need to save file with correct orientation as, displaying same
images with glide... | 0 |
##### System information (version)
* OpenCV => 4.1.1
* Operating System / Platform => Windows 64 Bit
* Compiler => MinGW-w64 10.1.0
##### Detailed description
Building fails
...
[482/1644] Building CXX object modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/opencv_core_pch_dephelp.cxx.o... |
##### System information (version)
* OpenCV => 3.4.7 / 4.1.1
* Operating System / Platform => Ubuntu 18.04 x86_64
* Compiler => gcc 8.3 / gcc 9.1
##### Detailed description
OpenCV fails to build when Eigen is imported as a CMake target and precompiled
header are ON.
When Eigen is imported as a CMake target ... | 1 |
We should use detect-port, which would basically make it much easier to
develop because the app will stop throwing an error if the port is in use and
just go with a random one instead.
|
* I have searched the issues of this repository and believe that this is not a duplicate.
I'm trying to see if I can wrap the Document inside Redux, using withRedux
HOC.
But when I do, I get `Error: _document.js is not exporting a React element`
import React from 'react';
import classnames from... | 0 |
The idea is to have a Gantt graph for the DAGs in the UI, so that you can see
at what hours there are more overlaps, when you have a gap without any dag
running, which ones are the most time consuming etc.
I think it could be done by taking the average execution time of the dag in
the last X days from the metadata d... |
### Apache Airflow version
2.2.5 (latest released)
### What happened
Customer has a dag that generates around 2500 tasks dynamically using a task
group. While running the dag, a subset of the tasks (~1000) run successfully
with no issue and (~1500) of the tasks are getting "skipped", and the dag
fails. The same DA... | 0 |
**I'm submitting a ...** (check one with "x")
[X] bug report
[ ] 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**
In Hybrid mode (when using upgradeA... |
When there is `<ng-content>` tag in `<template>`, the component could not been
correctly downgraded.
During initialization, the `<ng-content>` inside a `<template>` may
corresponds to no element in DOM.
`DowngradeNg2ComponentAdapter.contentInsertionPoint.parentNode` is `null`.
After has been rendered into DOM,
Downg... | 1 |
When I try to use children of a component with forwardRef has the next error:
TS2322: Type '{ children: ReactNode; error: boolean; full: boolean; secondary: boolean; type: "submit" | "reset" | "button"; white: boolean; }' is not assignable to type 'IntrinsicAttributes & BaseButtonInnerProps & RefAttrib... |
* I tried using the `@types/arcgis-js-api` package and had problems.
* I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
* I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there).
* Mention the authors (see `Definitions by:... | 0 |
Hello, I'm not sure if it is an intended behavior or not, and I did not find
any mention about this in the documentation or in the github issue tracker.
I'm filing it - just in case it was not planned to work this way.
#### Problem description
On save to HDF5 file `RangeIndex` of pandas.DataFrame is converted to
`I... |
store.append(df,'df',write_index=True)
makes sense (`index` is already taken as its passed thru to determine whether
to create an actual on in the table)
| 1 |
**Marten Deinum** opened **SPR-4293** and commented
java.lang.NoSuchMethodError: java.lang.Integer.valueOf(I)Ljava/lang/Integer;
at org.springframework.jdbc.core.JdbcTemplate.extract
ReturnedResults(JdbcTemplate.java:1018)
at org.springframework.jdbc.core.JdbcTemplate$5.doInC
allableStatement(JdbcTemplate.java:... |
**Eugen Paraschiv** opened **SPR-9791** and commented
For the following (non-standard but not prohibited) usage of parameters in an
URI:
`http://localhost:8080/rest-sec/api/privilege?q=name=value`
Where the parameter should be (and indeed, both the browser as well as other
libraries to parse it correctly like th... | 0 |
`&mut` can alias with `&const`, `@mut`, other types like `@mut` that allow a
`&mut` borrow while still allowing reads and closures containing captured
aliases.
|
This is blocked on #12429, at least when it comes to function signatures.
Since `@mut T` and `&const T` are gone, there are currently never aliases of
an `&mut T` _parameter_ in sound code.
| 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Do not allow exporting an entry in `exportPathMap` that does not start with a
backslash
-or-
Ensure that the page template defined in an `exportPathMap` entry either
starts with _or is preprended wit... |
In example code about external stylesheet
https://github.com/zeit/next.js/tree/master/examples/with-global-stylesheet ,
it still has `dangerouslySetInnerHTML`. According to this `styled-jsx`
improvement` vercel/styled-jsx#148, we can reference imported stylesheet now.
I tried to change code and it works.
... | 0 |
# Bug report
## Describe the bug
Ability to support multiple meta tags with same name. I see that there was an
effort to support multiple meta tags with same property in #5800 but this
still doesn't allow multiple meta tags with same name.
This is useful to supporting _"citation_author"_ for SEO indexing in Googl... |
As far as I can tell, a custom `<Document />` is only ever run in Node.js /
SSR. If that's the case, why wouldn't importing native node modules be
allowed?
_edit:_ Is this because of the way javascript is compiled through webpack with
`emit-file-loader`?
* I have searched the issues of this repository and believe... | 0 |
# Summary of the new feature/enhancement
2 Fancy Zone configs, first triggered by LeftWin Key and second triggered by
RightWin key
By default, my Fancy Zones is configured to roughly:
5 -> 25 -> 25 -> 25 -> 20.
Icon Gap -> Email -> Code -> Reference/Browser -> Notes App
It would be great if I could trigger... |
# Environment
Windows build number: Microsoft Windows [Version 10.0.17763.1217]
PowerToys version: v0.18.1
PowerToy module for which you are reporting the bug (if applicable): Power Launcher
# Steps to reproduce
Make sure the Power Launcher is no longer running in the task bar then start... | 0 |
Testcase:
#![feature(slice_patterns)]
fn main() { let x: &[String] = &[]; match x { [[b..]..] => { println!("Fun{}", b.len()); } } }
Running this gives `playpen: application terminated abnormally with signal 4
(Illegal instruction)`. A quick look at the IR shows that b somehow ends up
uninitialize... |
Testcase:
#![feature(slice_patterns)]
fn main() { let x: &[String] = &[]; let [[ref _a, _b..]..] = x; }
This clearly shouldn't type-check, but currently compiles without any error.
| 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: xxx
* Operating System version: xxx
* Java version: xxx
### Steps to reproduce this issue
1. ... | 0 | |
### Expected Behavior
i created 2 blueprint **main** and **mobile**. i expect mobile blueprint to
render its own template.
blueprint = Blueprint(
name='mobile',
import_name=__name__,
static_folder='assets',
static_url_path='/mobile_assets',
#... |
1. File structure:
project -
- templates \
- a \
search.html
- b \
search.html
- start.py
- myapplication \
- test.py
1. Start file:
# s... | 1 |
Sometimes it is needed to parse several variants of item from single page,
where only a couple of fields differ. Obvious way to do this is to create base
item with all common fields collected and then create new items (for example
in a loop) using new ItemLoader instance with base item passed to it.
The problem I'm ... |
Seen with Scrapy 14.0, Twisted 11.1.0, Python 2.6/2.7. After downgrade to
twisted 11.0.0 the error does not show up.
In my case, happened in a long running spider which doesn't perform anything
unusual, and after the error the crawler hangs up.
See the log below:
2011-11-23 09:32:40-0600 [projects] D... | 0 |
In PowerToys Run searching for files and folders works fine if launched
without admin privileges, but if you launch as admin all files and folders
queries show no results (calculator, app search, ... work fine).
# Environment
Windows build number: 10.0.19624.1000
PowerToys version: v0.18.1
Po... |
# Environment
Windows build number: Version 10.0.18363.836
PowerToys version: v.0.18.1
PowerToy module for which you are reporting the bug: PowerToys Run
# Steps to reproduce
Install PowerToys via GetWin
Run PowerToys in always admin mode
Run PowerToys Run via Alt + Space
Search fo... | 1 |
My Glide version is 3.6.1 and here I got a IllegalStateException.
Should Glide handle this problem internally?
java.lang.RuntimeException: Unable to destroy activity {MY PACKAGE NAME}: java.lang.IllegalStateException: Activity has been destroyed
at android.app.ActivityThread.performDestroyAct... |
Hello,
We are currently using Glide in one of our application. Actually we need a
confirmation from your side. According to the Google Play Policy, all apps
have to provide support for at least API level 26. We are targeting API level
28. So just for a safer side, do we need to do anything for supporting API
level ... | 0 |
Challenge Waypoint: Add Different Padding to Each Side of an Element has an
issue.
User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:37.0)
Gecko/20100101 Firefox/37.0`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
<style>
... |
Challenge Waypoint: Add Different Padding to Each Side of an Element has an
issue.
User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101
Firefox/42.0`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
<style>
.injected-... | 1 |
Windows build number: 10.0.19041.264
PowerToys version: 0.18.2
PowerToy module for which you are reporting the bug (if applicable): PowerToys
Run
It sometimes uses up to 30% of my CPU power and about 600MB of RAM, affecting
my performance

1. 使用power toys互相修改Ctrl(left)<===>CapsLock
2. 复制文本
3. 使用win+v黏贴历史文本
### ✔️ Expected r... | 0 |
If you run this code with only one go routine:
package main
import "fmt"
import "runtime"
import "time"
func cpuIntensive(p *int) {
for i := 1; i <= 100000000000; i++ {
*p = i
}
}
func main() {
runtime.GOMAXPROCS(1)
x := 0
... |
Currently goroutines are only preemptible at function call points. Hence, it's
possible to write a tight loop (e.g., a numerical kernel or a spin on an
atomic) with no calls or allocation that arbitrarily delays preemption. This
can result in arbitrarily long pause times as the GC waits for all goroutines
to stop.
I... | 1 |
While scrolling through a page with many navigation items only the top shown
are usable, shouldn't it be better to scroll the menubar too?
ex: http://bootply.com/101076
|
Hi,
Links on the bottom of the menu on the left are not easy reachable. I have to
manually scroll to the end of the page.
Maybe add a scrollbar ?:
** :
Yes
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** :
Mac OS X 10.13.6
* **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile devi... |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : yes
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Ubuntu 16.04
* **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device** : no
... | 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 a feature request that matches the one I
want to file, without success.
### Electron Version
11.2.3
### What operating sys... |
### 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
11.4.1
### What operating sys... | 1 |
`sklearn.metrics` introduces `isclose()` in https://github.com/scikit-
learn/scikit-learn/blob/master/sklearn/metrics/ranking.py which can leave the
unaware data practitioner with hours of debugging.
In very unbalanced classification, probabilities/scores can be very small and
yet meaningful. This however will cause... |
pred=[1e-10, 0, 0]
sol=[1, 0, 0]
metrics.roc_auc_score(sol, pred) # 0.5, wrong, 1 is correct
pred=[1, 0, 0]
sol=[1, 0, 0]
metrics.roc_auc_score(sol, pred) # 1 correct
| 1 |
When using the Image Bitmap Loader to load in images for sprites the images
render upside down. It should be noted that if the image downloaded is not the
correct power of 2 and the resizer is fired the images appear the right way up
but if they images are the correct power of 2 and the resizer is not called
they app... |
##### Description of the problem
Non POT `ImageBitmap` texture can be upside down.
Demo: https://jsfiddle.net/7do6um2f/ (Use Chrome)
Non POT image can be resized to POT `canvas` in `WebGLRenderer(WebGLTexture)`.
If original image is `ImageBitmap` and `texture.flipY` is `true`, `texture`
will be upside down.
This ... | 1 |
E.g. install an extension and open readme and then return:

|
We need to explore improving the way that we display warnings, errors and
notifications to users. Currently we have a variety of mechanisms (info in
status bar, details in quick open, error/warning dialog).
We need a consistent way that prompts the user when there are
notifications/errors/warnings for them to pay at... | 1 |
I am now using Electron 0.33.6 for some hours in VS Code and run into an issue
that I cannot really reproduce or explain but it happens always after some
time of usage (30 minutes). It might be just memory related when memory
consumption reaches a certain limit.
What I know is that a process (forked with child_proce... |
When downloading large files inside child process, it crashes with the
following:
Electron Helper(65819,0x7fff72367300) malloc: *** error for object 0x7f8063e86ab0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Here is the crash dump
Sample code t... | 1 |
53116ca07207+ tip
This is a bit of a silly example, but the behavior is different on Linux and Windows
nonetheless, and I'm wondering if it might be part of a bigger issue:
package main
import "fmt"
func main() {
n := uint8(0) // or uint16, uint32, u... |
This idea originated in #13785 when using OpenBSD's precedent with
`arc4random(3)`.
The Go crypto code includes a CSPRNG by default (see
`src/crypto/rand/rand_unix.go:85`). However, it is only used on operating
systems that Go doesn't determine to have a reliable, non-blocking randomness
sources. Examples of reliabl... | 0 |
This issue has been around for quite a while, and I just reproduced it in
0.14.4 and 0.15.1-alpha.1. I looked through all "button" and "ripple" related
issues and found no mention of this, so apologies if this is a duplicate.
https://dl.dropboxusercontent.com/u/19969663/ripple_issue.mov
As you can see, this is the... |
As our team checked, WebAIM recommends to always specify the `scope`
attribute, so suggesting to make it out-of-the-box for the `TableCell` for the
"head" type.
Mainly, without this attribute screen readers fail to read the table as
expected (even if it sounds weird to me personally for special semantic `<th>`
insid... | 0 |
# Environment
Windows build number: 10.0.19041.264
PowerToys version: 18.2
# Steps to reproduce
Cannot bind any combination of Windows Key + anything. To reproduce the bug,
go to powertoys run, and click inside the box. Press the windows key, and
nothing will be bound. I am attempting to... |
Example commands below. When typing these today into the windows search bar,
or Run command, they will open specific control panel items.
ncpa.cpl
inetcpl.cpl
appwiz.cpl
| 0 |
Hi,
Tried to build latest archive, this is what I get (Fedora 20/rawhide 64-bit)
exception on 2: ERROR: BoundsError()
in setindex! at ./array.jl:309
in colval at ./datafmt.jl:317
in store_cell at ./datafmt.jl:195
in dlm_fill at ./datafmt.jl:296
in dlm_fill at ./datafmt.jl:309
... |
@pao asked my to file an issue about the url pulled into METADATA while
discussing my pull request for the `Roots` package here
JuliaLang/METADATA.jl#202
When I ran `Pkg.pkg_origin("Roots")`, apparently the wrong github URL was
being pulled in. It should have been: `git://github.com/jtravs/Roots.jl.git`
rather than ... | 0 |
* Neo4j version: 3.3.3-1 installed through yum
* Operating system: centos 7
* API/Driver: neo4j-admin import
I'm loading a large (1M+ records with 40 fields) csv file with the following
(simplified) command:
neo4j-admin import
\--nodes:Organization /path/to/organizations.csv
\--multiline-fields=true
\-... |
## Issue
I am importing CSV files to the empty database via `neo4j-admin`. It works.
Created the DB I need to incrementally update it with data. I create new CSV
files and do the `incremental` import via `neo4j-admin` and receive the error
no matter which run options I try:
Import error: No batch impo... | 0 |
Challenge http://www.freecodecamp.com/challenges/waypoint-override-class-
declarations-with-inline-styles has an issue. Please describe how to reproduce
it, and include links to screenshots if possible.
Twice click `Run Code` button to submit the code. Is it friendly to users?
 for details.
|
We'd like VS Code and the Node Debugger to support Live Reloading Scenarios.
The current behavior is preventing React-Native users from having a good
experience: microsoft/vscode-react-native#74
Currently it's not supported so modifying breakpoints while the program is
running can have weird results (Breakpoints set... | 0 |
We had a quite serious case today which caused all our pods to terminate
because AWS had trouble with their EC2 service in Ireland (6:00 AM PDT)
Basically after 40s (corresponding to `node-monitor-grace-period`) of API
downtime during which kubelet couldn't list EC2 instances, it hit the maximum
node status retry co... |
The way we access the kubernetes service is inconsistent; in all other
namespaces it is `https://kubernetes`, but in kube-system I don't have a
`kubernetes` service (should I?).
When I try to use `kubernetes` from go I get this error:
Get https://kubernetes/api: dial tcp: lookup kubernetes on 100.64.0... | 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
retries loop
##### ANSIBLE VERSION
ansible 2.4.2.0
python version = 2.7.12 (default, Nov 20 2017, 18:23:56) [GCC 5.4.0 20160609]
##### CONFIGURATION
default
##### OS / ENVIRONMENT
Debian 9
##### SUMMARY
While using `retries` loop i... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
default output plugin? I'm not sure exactly what this is called.
##### ANSIBLE VERSION
all versions are affected. that's part of the problem.
##### CONFIGURATION
I'm complaining about an inane default. no configuration problems required
##### OS / ENVIRONME... | 0 |
I'm trying my luck here.
entry: {
home: '/......../home.js'
},
output: {
publicPath: '/dist/',
filename: "js/[name]-[hash].js",
chunkFilename: "js/[name]-chunk-[chunkhash].js"
},
Expect:
js/home-70aa09e8630fee6b4bb2.js
Actually:
... |
# Bug report
For example I do not have any duplicates of classes named `BaseMeshBehavior`,
but in the output I see
class BaseMeshBehavior_BaseMeshBehavior extends Behavior_Behavior {
**What is the current behavior?**
renaming of identifiers although there are not more than one definition.
**If the ... | 0 |
document usage of 'namespace' attribute - which entities is it relevant to,
when different namespaces should be used, can all namespaces be extracted to
check what exists on the environment, etc.
|
**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 |
Hi there,
I installed 1.3 yesterday and my application no longer compiles correctly.
Here's an example:
**TS Input**
import a = require("../dir1/file1");
import MongoClient = require('mongodb');
import b = require('../dir1/file2');
import c = require("../dir2/file1");
**JS Output**
var c = require("../di... |
I've just come across a problem with `tsc` (version 1.1.0.0) which I've
reduced to the following repro code. Suppose we have the following in
`main.ts`:
import a = require('./main'); // doesn't matter what is required as long as tsc can find it
var b = a; // or any expression referring to 'a'
v... | 1 |
This is the best minimal example I've come up with so far. It happens
reliably.
julia> using JSON, NamedTupleTools
julia> JSON.lower(x) = (type=string(typeof(x)), ntfromstruct(x)...)
julia> struct Foo end
julia> JSON.json(Foo())
(v1.3) pkg> status
Status `~/.julia/envi... |
This one is a bit tricky... (occurs on recent v0.5 builds from master, but not
v0.4.6)
If you have a specific sort of function containing a recursive call (like the
one below), and `n` recursive calls leads to a Stack Overflow, then
_sometimes_ making `n-1` recursive calls leads to a Segmentation Fault.
An example ... | 1 |
# Summary of the new feature/enhancement
PowerToys Run does not function well as a focus switcher. Run lists running
processes in the dropdown, but not the first result and prefers to create a
new process instead of focusing on open processes. There should be an option
to prioritize running processes in the dropdown... |
# Summary of the new feature/enhancement
It would be more useful if already running programs are shown first in the
results list in the quick launcher (like the old WindowWalker). **_Or maybe an
option to change the priority._**
# Proposed technical implementation details (optional)
In the results list, the runnin... | 1 |
I think there may be a bug with some of the LR schedulers eg StepLR.
essentially if the epoch is a multiple of the step size, the LR will keep
multiplying by gamma, even if the epoch never increases:
sched = torch.optim.lr_scheduler.StepLR(opt, 2, 2.) # step size = 2, gamma = 2
for i in range(5):
... |
When the StepLR, MultiStepLR, ExponentialLR or CosineAnnealingLR scheduler is
called with the same epoch parameter the optimizer value is further reduced
even though it's the same epoch
a sample code
import torch.optim as optim
from torch import nn
conv = nn.Conv2d(3,3,3)
optimizer = ... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
All styled-components with their CSS attributes applied
## Current Behavior
All styled-components have their CSS class name, but, for any reason, some
styled-components don't have their CSS attributes,... |
Moving forward, it will be possible to substitute `next start` in your
programs with your own script, initialized without any wrappers. For example,
`node index.js`.
An example of such a script in its most basic form would be as follows:
const next = require('next')
const { createServer } = re... | 0 |
Challenge http://beta.freecodecamp.com/challenges/waypoint-target-the-same-
element-with-multiple-jquery-selectors has an issue. Please describe how to
reproduce it, and include links to screenshots if possible.
In the description "button-primary" should be replaced with "btn-primary".
> Use the addClass() jQuery f... |
Challenge http://beta.freecodecamp.com/challenges/waypoint-target-the-same-
element-with-multiple-jquery-selectors has an issue. Please describe how to
reproduce it, and include links to screenshots if possible.
instructions say to add class 'button-primary' but tests against 'btn-primary'
| 1 |
**Migrated issue, originally created by Adrian (@thiefmaster)**
from sqlalchemy import *
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import *
Base = declarative_base()
class Item(Base):
__tablename__ = 'items'
id = Col... |
**Migrated issue, originally created by Michael Bayer (@zzzeek)**
test:
from sqlalchemy import *
from sqlalchemy.orm import *
from sqlalchemy.ext.declarative import declarative_base
Base = declarative_base()
class A(Base):
__tablename__ = 'a'
id = Column... | 1 |
_From@juju4 on November 11, 2016 23:34_
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
hostname module
##### ANSIBLE VERSION
# ansible --version
ansible 2.2.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
##### OS / ENVI... |
_From@xrow on October 22, 2015 8:12_
Hi,
I prepared a usecase that will fail with ansible
https://github.com/xrow/docker.ansible.bug1. The output will be like this.
I believe the reason why hostnamectl doesn't exists is that the systemd
package was replaced by systemd-container. Maybe the solution would be to ski... | 1 |
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce-serial/1446/\n\nFailed: [k8s.io] [HPA] Horizontal pod autoscaling (scale resource: CPU)\n[k8s.io] [Serial] [Slow] Deployment Should scale from 1 pod to 3 pods and from\n3 to 5 and verify decision stability {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/horizontal_pod_autoscaling.go:50\n Expected error:\n <*errors.errorString | 0xc820c91020>: {\n s: \"Only 0 pods started out of 1\",\n }\n Only 0 pods started out of 1\n not to have occurred\n \n\n" |
Jenkins build kubernetes-e2e-gke-subnet/2545/ failed:
Horizontal pod autoscaling (scale resource: CPU) [Serial] [Slow] Deployment Should scale from 1 pod to 3 pods and from 3 to 5 and verify decision stability
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/horiz... | 1 |
In `test_transformers` CCA's `fit_transform` fails for me on 32bit ubuntu.
Anyone else?
|
nosetests sklearn --exe
.............................................................../usr/local/lib/python2.7/site-packages/scikit_learn-0.13.1-py2.7-linux-x86_64.egg/sklearn/manifold/spectral_embedding.py:225: UserWarning: Graph is not fully connected, spectral embedding may not works as expected.... | 1 |
The typescript definition file for the Popover component is missing both the
anchorPosition and anchorReference props added in #9004 . I believe (though
I'm not familiar with Flow) the Flow types are there in the .js component
file.
* I have searched the issues of this repository and believe that this is not a dup... | ERROR: type should be string, got " \n \nhttps://material-ui-1dab0.firebaseapp.com/demos/selects/ \nas this demo show, when I click a selected menu item and move out, the\nbackground not changed\n\n" | 0 |
### STR
#[deriving(Clone)]
//~^ error: trait `Clone` already appears in the list of bounds [E0127]
struct Foo<'a, T: 'a + Clone> {
foo: &'a [T],
}
fn main() {}
### Output
If you look at the `--pretty=expanded` version, you'll see `T` is bounded
twice by the `Clone` trait
... |
(Should this be an RFC?)
## Motivation
When refactoring, one may have dozens or hundreds of build errors which need
to be fixed one by one. Sometimes, a build error is only a consequence of an
earlier error rather than something that need to be fixed itself:
let foo = bar.method_that_was_renamed(); /... | 0 |
##### System information (version)
* OpenCV => OpenCV for Android 3.1
* Operating System / Platform => Windows 7 or Windows 10
* Compiler => using Android Studio as environment
##### Detailed description
I'm not sure if this is a bug or simply not supported, but I'm trying to get
the 2nd OpenCV Android sampl... |
##### System information (version)
* OpenCV => 4.5.1 release version
* Operating System / Platform => Windows10 64 Bit
* installed through exe; I didn't compiled
\-->
##### Detailed description
##### Steps to reproduce
// java code example
VideoCapture capture = new VideoCapture();
... | 0 |
I'm having problems when using child forms that have radio or expanded date
(select) fields. This problem is related to #743.
When using the last DelegatingValidator file (I'm using 2.0.1, just updated),
the errors keep bubbling to the parent due to unmatching property (I commented
about it in #1917)
If I switch th... |
When using expanded choice list (input[type=radio] tags), error is bubbling in
top of the form and not next to the errornous field, when expanded is set to
false (select tag), everything workds as expected...
| 1 |
I have moved my playwright config and tests folder to a sub-folder `web` in my
repo. Upon doing this, running playwright fails:
> playwright test --config=./web/playwright.config.ts
Using config at /Users/sarink/Projects/test-proj/web/playwright.config.ts
Error: web/tests/example.spec... |
Currently if `soft assertion` fails inside of `test.step()` test step remains
with passed checkmark icon near of it.
It would be helpful if user could mark `test.step()` as failed
programmatically, so it would be more clear in report that assertions inside
of the step are failed.
 so they can respond.
* Authors: @Igorbek @Igmat
* * *
Here is a simple repro. I... | 1 |
go version 1.5.3
Suppose a directory Documents/ has sub-directories A/, B/, C/, and files a, b,
c
URL in address bar: **http://localhost/Documents/**
Everything is okay
URL in address bar: **http://localhost/Documents**
Sub-directory's href is " **http://localhost/A/** ", NOT "
**http://localhost/Documents/A/** ... |
Weak imports are currently not treated correctly. Most likely, ld does not have the
knowledge to handle weak imports, and simply ignores them.
Weak imports are important for cross-version API compatibility on OS X, allowing you to
check for the availability of APIs at runtime, without em... | 0 |
When using _document.js, a style tag will render `>` as `>`. This prevents
selectors like `.foo > .bar { ... }` from working.
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
when defining a style tag in _document such as
<style>{' b... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
We should have documented as an example how to use the new next-less plugin
## Current Behavior
We have a few examples to import `.less` files which are mostly hacks to make
it work.
## Context
With ... | 0 |
Same issue like in #625
Same settings. Attached a screenshot to even better show you guy!

|
Windows 7 PRO SP1 64 bit
Firefox 38.0.1
When the page is loaded, only the following text shows up but not the whole
text. When clicking on the text, all text shows.
Showed text:
<style> .red-text { color: red; }
h2 {
font-family: Lobster, Monospace;
}
p {
\--> Screenshot is from issue #626 but it's the sa... | 1 |
#### Challenge Name
#### Issue Description
When ever i click on the ide within all challenges for the first time it will
show the blinking " | " however when i start to type for click tab ora nything
it will move the the next line.
#### Browser Information
* Browser Name, Version: Chrome
* Operating System: M... |
Challenge http://freecodecamp.com/challenges/waypoint-remove-classes-from-an-
element-with-jquery has an issue.
The instructions were:
"Let's remove the btn-default class from all of our button elements.
Here's how you would do this for a specific button, add
$("#target2").removeClass("btn-default");"
But even b... | 0 |
This is with Julia 0.6
I tagged one or two packages, and then tried to published them. This failed,
likely because PkgDev couldn't properly authorize with Github. I then tagged
and published the same package from Julia 0.4, where everything went fine. Now
I see this in Julia 0.6:
julia> Pkg.update()
... |
This is admittedly likely to affect only a small number of people, but I
wonder about whether it's reasonable to support `publish`ing branches that are
not `metadata-v2`. Now that I'm back working on packages, I often have 3 or
more simultaneous PRs in to METADATA, and to avoid duplication I create
separate branches.... | 1 |
If you know how to fix the issue, make a pull request instead.
* I tried using the `@types/styled-components` package and had problems because since of v.4.1.9 another conflicted dependency was added (@types/react-native) and conflicts with @types/node . See commit
* I tried using the latest stable version(3.3.... |
the current underscore definitions in `/underscore` folder are targeting
browsers (i.e. they have `declare var _` ambient declarations) which make it
hard to use them with node which would require a `declare module` definition.
There is a project hat provides this (https://github.com/alvivi/typescript-
underscore), s... | 0 |
In bootstrap.css:
.container {
margin-right: auto;
margin-left: auto;
}
.container:before,
.container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
.container:before,
.container:after {
displa... |
show on bootstrap.css
https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L581
https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L723
https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L743
https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.