Skip to content
#

file

Here are 1,968 public repositories matching this topic...

jcwren
jcwren commented Jul 11, 2018

In the code sample below, taken from the Integration page on the wiki,

  #define LOG_PAGE_SIZE       256
  
  static u8_t spiffs_work_buf[LOG_PAGE_SIZE*2];
  static u8_t spiffs_fds[32*4];
  static u8_t spiffs_cache_buf[(LOG_PAGE_SIZE+32)*4];

could the magic numbers be clarified?

For spiffs_work_buf, this is because SPIFFS needs at least 2 pages for doing it's magic, cor

bjfresh
bjfresh commented Sep 12, 2019

First, big thanks for a really impressive set of image / upload tools. We're really excited to implement it on our site.

Summary

We're making use of functional components, and I'm looking for documentation on how to implement the equivalent of

imageEditEditor: Doka.create()

when passing FilePond properties as attributes in React. It doesn't seem to work by transferring the basic i

Lewui
Lewui commented Dec 21, 2019

When i start lolisafe .js i got warnings
`Knex:warning - Use async .hasTable to check if table exists and then use plain .createTable. Since .createTableIfNotExists actually just generates plain "CREATE TABLE IF NOT EXIST..." query it will not work correctly if there are any alter table queries generated for columns afterwards. To not break old migrations this function is left untouched for now,

🔥 (持续更新, 目前含100+工具类) DevUtils 是一个 Android 工具库, 主要根据不同功能模块,封装快捷使用的工具类及 API 方法调用。 该项目尽可能的便于开发人员,快捷、快速开发安全可靠的项目,以及内置部分常用的资源文件,如 color.xml

  • Updated May 19, 2020
  • Java

Improve this page

Add a description, image, and links to the file 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 file topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.