Skip to content
#

selection

Here are 190 public repositories matching this topic...

kaushalmodi
kaushalmodi commented Jun 13, 2019

Hello,

I am using the Nim language (https://nim-lang.org) which interfaces with C language seamlessly.

I'd like to use your project as a library where the input is a pointer to array of strings (and all the smenu options) and output is an another pointer to an array of strings.

Would it be possible for you to pack the core of smenu into such function whose API you provide via smenu.h?

flesler
flesler commented Nov 7, 2018

So I checked the code, at least within the neat module, the first 2 arguments (inputs and outputs) are only use to create the random network if none is provided.

This means that if one is, those 2 are useless and hence the calling code looks awkward. I think it should make more sense to make inputs and outputs also options (heck, make it accept just a single options object) and hence they are

tail.select
OnePeople
OnePeople commented Dec 20, 2019

Hello there,

if I have
let countries = tail.select(".select-tail[name=countries]",tailConfig );
when I try
countries.options.set({ 111:{value:'Some name'} }, true)

I have result error:

tail.select.min.js:2 Uncaught TypeError: Cannot read property 'label' of undefined
    at p.options.set (tail.select.min.js:2)
    at <anonymous>:1:15
set @ tail.select.min.js:2
(an
dcousens
dcousens commented Nov 9, 2016

Perhaps base it off a .witness field in the inputs... with which case:

vsize of a transaction equals to 3 times of the size with original serialization, plus the size with new serialization, divide the result by 4 and round up to the next integer. For example, if a transaction is 200 bytes with new serialization, and becomes 99 bytes with marker, flag, and witness removed, the vsize is (99

Improve this page

Add a description, image, and links to the selection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the selection topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.