-
This is something that already exists for panels, and should be easy to port. We need the ability to add a teaser for node X into a layout.
Side note: Necessary for backdropcms.org find modules page…
-
C++ assertion failed in node_object_wrap.h: Expression: handle->InternalFieldCount() > 0
```
var ftr = new qm.FeatureSpace(base, { type: "numeric", source: "FtrSpaceTest", normalize: true, field: "Va…
-
Will leave more detailed comments next week. Overall however I think each section needs the message to be clarified and the delivery of it streamlined and pointing to specifically targeted resources.
-
[@gavinking] Back during the design of M1, we had a long discussion, with plenty of community involvement, where we decided that we should write the `is` operator expression in the prefix form
```
i…
-
Doesn't work properly. The output sparse vector has the wrong values.
```
var ftr = new qm.FeatureSpace(base, [
{ type: "numeric", source: "FtrSpaceTest", field: "Value" },
…
-
[@gavinking] The keywords `void`, `given`, and `satisfies` are highlighted in a grey color, instead of the magenta we use everywhere else. Is this intentional?
[Migrated from ceylon/ceylon-compiler#1…
-
On linux, python 2.7 and invoke==0.12:
```
from invoke.collection import Collection
from invoke.tasks import ctask
@ctask
def sub(ctx):
ctx.run('inv hello')
@ctask
def hello(ctx):
ctx.run('…
-
I'm trying to specify the bar spacing between two types of plots - Histograms and Ordinal.
## Ordinal
> the space between bars or groups of bars roughly equal the width of a single bar
[per Stephen …
-
[@FroMage] In Java it's illegal for a package to have the same name as a class.
For example, if you have a class named `com.foo` (`package com; class foo{}`) you can't have a package named `com.foo`.…
-
[@gavinking] So it's time to answer some questions about single-quoted literals. I've recently decided that there's no reason for a special `Quoted` type, and that single quotes should just be a diffe…