line
Here are 657 public repositories matching this topic...
-
Updated
Jun 19, 2020 - TypeScript
I got this issue using struc2vec and node2vec methods
`---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
in
1 model_struc2vec = ge.Struc2Vec(G, 10, 80, workers=4, verbose=40, ) #init model
----> 2 model_struc2vec.train(window_size = 5, iter = 3)
In the Readme, there are confusing descriptions of the options.
One example:
sizeAttenuation - makes the line width constant regardless distance (1 unit is 1px on screen) (0 - attenuate, 1 - don't attenuate)`
lineWidth - float defining width (if sizeAttenuation is true, it's world units; else is screen pixels)
There's three things that are confusing here.
- The name
sizeAttenuation
I can not find the documentation on makerjs, how to implement the scale and grid in the examples of documentation?
-
Updated
May 22, 2020 - JavaScript
-
Updated
Mar 2, 2015 - JavaScript
-
Updated
Jun 11, 2020 - Swift
-
Updated
Jun 15, 2020 - TypeScript
-
Updated
May 31, 2020 - Python
Contributors working their(our) best to maintain JavaDoc.
I think it's good idea that creating well formed javadoc page (javadoc site) like Armeria.
https://line.github.io/armeria/apidocs/index.html#://
Requirements
- inter-module type link.
- type links to standard JDK types.
- etc.
-
Updated
Jun 15, 2020 - Python
-
Updated
Nov 11, 2019 - Objective-C
-
Updated
Dec 19, 2019 - Rust
Any example to build an echobot if anyone message the bot directly?
Or send a message to someone who have already add the bot as a friend.
Examples here
https://github.com/fadhiilrachman/line-py/tree/master/examples
seems to be bots for group chats.
-
Updated
May 14, 2020 - JavaScript
Improve this page
Add a description, image, and links to the line topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the line topic, visit your repo's landing page and select "manage topics."
Hi, I just looking for a development guide for TypeScript.
Or maybe just an interface
LineClientorLineActiongot export is enough for me.The reason is bottender now got have interfaces of Action, Client, Event and Props etc. It's wonderful.
With these interfaces, I can say
const SayHi: Action<Client, Event>, which with argument interfacescontext.sendTextandprops?.nextand