Groups
Sign in
Groups
Construct
Conversations
Labels
About
Send feedback
Help
Construct
Contact owners and managers
1–30 of 80
The
Construct
discussion group:
ask question, suggest ideas, report issues, etc.
Mark all as read
Report group
0 selected
Adrian Tarniceru
7/15/21
Accessing elements from Construct structures only
Hello! I have the following code: import construct as ct featureId = ct.Byte[3] featureId.parse(b
unread,
Accessing elements from Construct structures only
Hello! I have the following code: import construct as ct featureId = ct.Byte[3] featureId.parse(b
7/15/21
sam a
2/23/18
Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع
YouTube videos of US Congress money laundering hearing of Saudi Billionaire " Maan Al sanea
unread,
Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع
YouTube videos of US Congress money laundering hearing of Saudi Billionaire " Maan Al sanea
2/23/18
Robert Gomulka
,
Arkadiusz Bulski
2
1/11/18
Signal errors - the opposite of Pass
Construct 2.8 has Check class, see docs. Also IfThenElse and Pass and Error classes.
unread,
Signal errors - the opposite of Pass
Construct 2.8 has Check class, see docs. Also IfThenElse and Pass and Error classes.
1/11/18
Lou King
, …
Basil Peace
5
10/31/16
Fixed length string with CString embedded
String()'s padchar doesn't help if there is garbage after the null termination. On Monday,
unread,
Fixed length string with CString embedded
String()'s padchar doesn't help if there is garbage after the null termination. On Monday,
10/31/16
John Kalter
,
Basil Peace
2
10/29/16
Bitfield conflict between Construct and C
On Tuesday, January 28, 2014 at 4:22:51 PM UTC+3, John Kalter wrote: It looks like C puts the MSB
unread,
Bitfield conflict between Construct and C
On Tuesday, January 28, 2014 at 4:22:51 PM UTC+3, John Kalter wrote: It looks like C puts the MSB
10/29/16
Paul Moore
, …
Benjamin
10
10/6/16
Out of line strings
On Wednesday, 5 October 2016 21:13:58 UTC+1, Benjamin Riggs wrote: I believe I was confused because,
unread,
Out of line strings
On Wednesday, 5 October 2016 21:13:58 UTC+1, Benjamin Riggs wrote: I believe I was confused because,
10/6/16
Robert Gomulka
, …
Arek Bulski
5
9/26/16
Macros and Structs - the same API?
Gosh, you are reinventing PascalString.
unread,
Macros and Structs - the same API?
Gosh, you are reinventing PascalString.
9/26/16
Mark Woan
, …
Arek Bulski
4
9/26/16
Parse unicode paths
In Construct 2.8 the string fields are kind of broken with respect to utf16 and utf32. If you submit
unread,
Parse unicode paths
In Construct 2.8 the string fields are kind of broken with respect to utf16 and utf32. If you submit
9/26/16
Steven Michalske
, …
Arek Bulski
3
9/26/16
Status of construct3
Construct 2 is flourishing again (I am the new maintainer) and 2.8 just came out of beta. W dniu
unread,
Status of construct3
Construct 2 is flourishing again (I am the new maintainer) and 2.8 just came out of beta. W dniu
9/26/16
Chris Chow
, …
Arek Bulski
3
9/26/16
split field
Computed can be used to combine other fields. Please provide a clear example of what you would like
unread,
split field
Computed can be used to combine other fields. Please provide a clear example of what you would like
9/26/16
DT
, …
Arek Bulski
3
9/26/16
Installation of Construct on Win 7
Either git clone the repository and use HEAD, or download a release from GitHub, or pip install.
unread,
Installation of Construct on Win 7
Either git clone the repository and use HEAD, or download a release from GitHub, or pip install.
9/26/16
Sark Flynn
,
Arek Bulski
3
9/26/16
Ordered keyword arguments for subcon naming
Made a feature request for this https://github.com/construct/construct/issues/176
unread,
Ordered keyword arguments for subcon naming
Made a feature request for this https://github.com/construct/construct/issues/176
9/26/16
Paul Moore
, …
Arek Bulski
6
9/26/16
Array of "as many as will fit" - how to implement?
And then there is Terminator singleton.
unread,
Array of "as many as will fit" - how to implement?
And then there is Terminator singleton.
9/26/16
Binyamin Sharet
, …
Arek Bulski
5
9/26/16
How to create an array of bits.
Ah got that wrong, I appologize. The issue is that EmbeddedBitStruct(BitStruct is wrong. You should
unread,
How to create an array of bits.
Ah got that wrong, I appologize. The issue is that EmbeddedBitStruct(BitStruct is wrong. You should
9/26/16
Lou King
, …
Arek Bulski
3
9/26/16
Getting "tree" of a Struct
print(complexstruct.parse(...)) will print nested containers no problem. As for processing the tree,
unread,
Getting "tree" of a Struct
print(complexstruct.parse(...)) will print nested containers no problem. As for processing the tree,
9/26/16
capr...@gmail.com
, …
Arek Bulski
4
9/26/16
Customizing struct printing
Field does no longer exist. Either use Bytes or BytesInteger, one works with bytes other with ints.
unread,
Customizing struct printing
Field does no longer exist. Either use Bytes or BytesInteger, one works with bytes other with ints.
9/26/16
kap
,
Arek Bulski
2
9/26/16
Forcing BitStruct to be Little Endian
There are BitsSwapped and ByteSwapped wrappers added.
unread,
Forcing BitStruct to be Little Endian
There are BitsSwapped and ByteSwapped wrappers added.
9/26/16
sigusr
, …
Arek Bulski
6
9/26/16
Parsing a string from a BitStruct
Look at new Bytewise wrapper. Should do it for ya.
unread,
Parsing a string from a BitStruct
Look at new Bytewise wrapper. Should do it for ya.
9/26/16
Patrick Olsen
,
Arek Bulski
3
9/26/16
Assign variable length value to a String within a Struct
Bytes does not work with unicode strings. Perhaps it was supposed to be a Const with byes literal?
unread,
Assign variable length value to a String within a Struct
Bytes does not work with unicode strings. Perhaps it was supposed to be a Const with byes literal?
9/26/16
Thomas Bowley
, …
Arek Bulski
3
9/26/16
Working with Enums
Here is Enum example: http://construct.readthedocs.io/en/latest/advanced.html#other-short-fields
unread,
Working with Enums
Here is Enum example: http://construct.readthedocs.io/en/latest/advanced.html#other-short-fields
9/26/16
Arek Bulski
9/26/16
Moving to GitHub Issues
From maintainer of Construct 2: I posted on the readme that Issues should be preferred over the
unread,
Moving to GitHub Issues
From maintainer of Construct 2: I posted on the readme that Issues should be preferred over the
9/26/16
Arek Bulski
,
Robert Gomułka
5
9/14/16
Abandoning Construct2?
I couldn't find the operators. Already backported. 😅 -- Arkadiusz Bulski -- 14 wrz 2016 2:02 PM
unread,
Abandoning Construct2?
I couldn't find the operators. Already backported. 😅 -- Arkadiusz Bulski -- 14 wrz 2016 2:02 PM
9/14/16
Saar Raz
7/15/16
FutureValue idiom to solve length/offset/checksum fields
To get a feel for Construct (Construct 3, specifically), I attempted to represent TCP using it (
unread,
FutureValue idiom to solve length/offset/checksum fields
To get a feel for Construct (Construct 3, specifically), I attempted to represent TCP using it (
7/15/16
Mark Farver
7/13/16
Frames with multiple packed, variable length commands
I have a tricky one, and several passes through the docs haven't made it obvious if, and how one
unread,
Frames with multiple packed, variable length commands
I have a tricky one, and several passes through the docs haven't made it obvious if, and how one
7/13/16
cslug...@gmail.com
4/16/16
How to implement conditional multiple parsing?
Hi, Would appreciate your kind assistance in the following problem I faced. I have a data structure
unread,
How to implement conditional multiple parsing?
Hi, Would appreciate your kind assistance in the following problem I faced. I have a data structure
4/16/16
Emanuele Ziglioli
4/14/16
Kaitai Struct
I thought members of this group would be interested in this new project I've just stumbled upon:
unread,
Kaitai Struct
I thought members of this group would be interested in this new project I've just stumbled upon:
4/14/16
volker....@inqbus.de
2
3/24/16
Cannot debug construct with pycharm
I forgot to mention that any code programmed with consturct runs perfectly. Only debugging is not
unread,
Cannot debug construct with pycharm
I forgot to mention that any code programmed with consturct runs perfectly. Only debugging is not
3/24/16
Pilou
2/4/16
Copy of Struct
Hi everyone, Just starting to play around with your package ... so far so ggod ! But I have tried to
unread,
Copy of Struct
Hi everyone, Just starting to play around with your package ... so far so ggod ! But I have tried to
2/4/16
Lee Nicole
12/25/15
Do you know CCWOOL ceramic fiber ?
I am working in Double Egret which sales Ceramic fiber products, we are from China,Now, our brands
unread,
Do you know CCWOOL ceramic fiber ?
I am working in Double Egret which sales Ceramic fiber products, we are from China,Now, our brands
12/25/15
duv...@gmail.com
12/8/15
get array index in runtime
Hi, Thanks for construct. It's a really great library and I use it a lot. Often when I use Array
unread,
get array index in runtime
Hi, Thanks for construct. It's a really great library and I use it a lot. Often when I use Array
12/8/15