#
move
Here are 141 public repositories matching this topic...
-
Updated
Jun 30, 2020 - JavaScript
phtwo
commented
Jun 3, 2019
I had same problem with #22 .
resetInitialPos
Returns to the initial position of the element, before it is mounted.
I only need to initialize the position at the beginning.
And I thought it only works at the beginning until I update my component...
May you add a reminder to the document ?
It should make it unnecessary to waste time debugging code
Rename files in bulk.
nodejs
javascript
command-line-app
cross-platform
filesystem
rename
regular-expression
file
javascript-library
batch
move
glob-pattern
rename-files
command-line-tool
renamer
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Nov 21, 2019 - Rust
You can now move symbol from your project to any library and re-attach all the symbol instances to this library. also it keep the overrides without any problems and it work with abstract that have libraries not in your local machine
-
Updated
Apr 24, 2019 - JavaScript
The custom tableView which can start moving the cell with a long press gesture.
-
Updated
Oct 8, 2019 - Objective-C
Minimal javascript library for creating movable DOM elements
-
Updated
Jan 4, 2020 - JavaScript
KSXGitHub
commented
Apr 29, 2020
It is Result<u32>, not Result<()>, but the documentation does not tell what that number (u32) means.
UI Component. This is a copy swipe-panel from app: Apple Maps, Stocks. Swift version
swift
ios
xcode
maps
animation
layout
cocoapods
swift-package-manager
tableview
landscape
move
collectionview
ui-components
scrollview
containerview
pan-gesture
containercontroller
swipe-panel
-
Updated
Jun 25, 2020 - Swift
A collection about all things Libra, Move & Zuckerbucks - Let's reinvent money with fast and cheap world-wide transfers; let's bank the 1.7 billion unbanked, ...
-
Updated
Nov 27, 2019
Swipe, drag-and-drop, items clicks, view holder's events delegation and other stuff for Android Recycler View.
android
recyclerview
swipe
move
gestures
itemtouchhelper
recycler
viewholder
emptyview
background-drawer
-
Updated
Oct 4, 2018 - Java
Algorithms to automatically discover stops and moves in GPS trajectories.
-
Updated
Jun 16, 2018 - Java
A discord bot, that can move users!
bot
discord
discordjs
discord-bot
users
move
discord-js
voice-channel
movement
discordbot
moving
moveer
-
Updated
Jul 1, 2020 - JavaScript
Helps you get started working with Libra Blockchain on AWS. You can connect to the Libra Testnet, create your own local Testnet and execute Move contracts
aws
ide
blockchain
cryptocurrency
cloud9
move
shell-script
blockchain-technology
distributed-ledger
libra
smart-contract
mvir
libra-blockchain
-
Updated
Jun 27, 2019 - Shell
dfinance Virtual Machine for Move language
-
Updated
Jul 2, 2020 - Rust
Libra Blockchain 开发者文档翻译计划。每个月第一个、第三个周日同步更新官方文档。已更新至2020.2.22。
-
Updated
Feb 22, 2020
Improve this page
Add a description, image, and links to the move topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the move topic, visit your repo's landing page and select "manage topics."
Looking into the code, I found that ensure* methods only verify if the destination path exist and not if the path is of the right * type. IMHO an error should be thrown if path is of the wrong type. Perhaps
fs.statinstead offs.accessshould suffice...