-
Can you port and publish this as a Node Packaged Modules?
-
```
l:\git\fszmq
l:\git\_fszmq
```
``` fsharp
type FS = FileSystem< @"l:\git">
FS.
```
`There is more than one nested type called 'Fszmq' in type 'FSharp.Management.FileSystem,path="l:\\git"'`
What…
-
tables.tests.test_nestedtypes.ColsReopen
tables.tests.test_nestedtypes.ColsNoReopen
fail on big endian with numpy 1.7
the repr of arrays seems to include the endianness by default in numpy 1.7
this w…
-
```
$ pep8 tables
tables/__init__.py:51:11: E401 multiple imports on one line
tables/__init__.py:83:23: E202 whitespace before ')'
tables/array.py:123:5: E303 too many blank lines (2)
tables/array.py:…
-
This was discussed on the mailing list. Here's a copy of the original proposal email for reference.
Hello PyTables devs,
I'd like to propose adding an optional 'out' argument to the various read\* …
-
When I try to include Magnum and MassTransit assemblies into my assembly I get the following exception.
NewtonSoft.Json is already merged into MassTransit dll
WARN: - Add assembly defining Newtonsof…
-
Consdering the following code (global namespace) compiled into an assembly:
```
public class Base
{
public void ProtectableMethod()
{
new Nested();
}
private class Nested
{
public Nested() { …
-
Classes inheriting from `IsDescription` subclasses do not inherit columns defined in the superclass:
``` python
>>> import tables as t
>>> class myDescParent(t.IsDescription):
... c1 = t.Int32Col…
-
```
$ pyflakes tables
tables/idxutils.py:14: 'numpy' imported but unused
tables/index.py:46: 'utilsExtension' imported but unused
tables/index.py:47: 'AttributeSet' imported but unused
tables/index.py…