- 32.500 puzzle knob huruf besar
- 32.500 puzzle knob huruf kecil
- 32.000 puzzle knob hewan laut
- 29.900 puzzle knob angka
- 29.900 puzzle knob hijaiyah
- 120.000 kereta puzzle bentuk geometri
- 110.000 puzzle jalur kawat
- 38.000 balok puzzle gajah
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 'download-blob.js', inspired by this gist: | |
// 'dreamyguy/downloadFile.js' https://gist.github.com/dreamyguy/6b4ab77d2f118adb8a63c4a03fba349d | |
// I added some handler to make it works in Chrome, Safari, and Firefox on iOS | |
const downloadBlob = ( | |
result, | |
defaultFilename = 'content.dat', | |
mime = 'application/octet-stream' | |
) => { | |
if (window && result && result.data) { |
For faster connection speed and more flexibility.
- Start Xcode in command line by running this in commandline
/Applications/Xcode.app/Contents/MacOS/Xcode
- Start downloading of the simulator
- Cancel it. YES CANCEL IT!
- You will get a message like this:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import CodePush from 'react-native-code-push'; | |
import {useStoreActions, useStoreState} from 'easy-peasy'; | |
import React, {useEffect, useState, useCallback} from 'react'; | |
import {showInfoToast} from '@ag/lib/toast'; | |
export default () => { | |
const [syncMessage, setMessage] = useState(''); | |
const [progress, setProgress] = useState(true); |
- pilih tanggal kemudian pilih salah satu job yang ada di list bagian tengah
- detail pekerjaan akan muncul di bagian kanan layar
- untuk menugaskan pekerja ke job tersebut, gunakan tombol biru (assign employee)
- pekerja-pekerja ini yang akan mendapatkan reminder berupa notifikasi via aplikasi Telegram
- di dalam detail job bisa ditambahkan tugas-tugas kecil (tasks)
- gunakan input text di bagian bawah task, isi keterangan tugas kecil kemudian tekan Enter
OlderNewer