-
Updated
Jan 25, 2020 - HTML
front-end
Here are 2,549 public repositories matching this topic...
I'm reporting a documentation issues who hit me in the past; today I found that a customer has been confused in the same way, so I think that something can be done.
The documentation says:
dragula(containers?, options?)
By default, dragula will allow the user to drag an element in any of the containers and drop it in any other container in the list...
The term containers here is
-
Updated
Dec 27, 2019 - JavaScript
-
Updated
Nov 6, 2018
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Apr 14, 2020 - JavaScript
It's nice to share community based snippet for hotel. Different purpose, different specification. Also, I'd to see how people setup their hotel.config.
Open Github Wiki, please?
Edit:
I didn't see it's available on logged user. I was browsing on Incognito Mode. Poor me.
https://cdnjs.cloudflare.com/ajax/libs/foundation/6.6.0/js/foundation.min.js
This seems to be 6.5.3 which is wrong.
Want to back this issue? Post a bounty on it! We accept bounties via [Bountysource](htt
My tests are failing on var styles = window.getComputedStyle(document.documentElement, '') || ['-moz-hidden-iframe']; with the error: TypeError: window.getComputedStyle is not a function on
node_modules/react-sortable-hoc/dist/react-sortable-hoc.js:115:23
I have the latest version of react-sortable-hoc (1.11.0) installed.
I am running the project in
OS: macOS
Node: v8.11.4
npm:
-
Updated
Apr 13, 2020 - JavaScript
The description in the docs for the beforeSend.ic event says:
Triggered before sending an intercooler AJAX request to the server. The second argument to the event is the data hash, and can be added or removed from to change the values sent to the server.
However:
- The second argument isn't a data hash
- There is no data hash at all, the
dataargument is a string - Modifying `data
-
Updated
Jul 30, 2019 - JavaScript
-
Updated
Jan 30, 2020 - HTML
React docgen also parses descriptions of props. It would be really cool if Playroom could display this.
Ways to use:
- When autocompleting a prop playroom could show the description and allowed strings for each prop. Here is what it looks like in VSCode
<img width="928" alt="screen shot 2018-12-06 at 1 07 09 am" src="https://user-images.githubusercontent.com/1192452/49573725-90824d00-f8f
Sorry in advance if this option already exists. I just couldn't find it in the docs or the demo page.
So, number of weeks displayed should be editable. This would be especially useful when monthsInCalendar option is greater than 1 and we want to have multiple months to have same number of rows so it'll look better.
Look at the last row of January to see my point
Currently:
.
If anyone has the time and drive to help out with other languages, please reply below with the proposed language and I'll give you the "go-ahead"... just to make sure two people don't create translations i
I'm loving the new options.mergeHtmlAndAttachment ability to intercept and custom-format attachments --
https://github.com/bevacqua/woofmark/blob/b58efb794f7610c92d70bec435cfd021ab45673c/src/html/linkOrImageOrAttachment.js#L51
We have done so for a custom rendering of CSV files, for example, with the following code:
https://github.com/publiclab/PublicLab.Editor/blob/f5f5492e5188963b0d6b6
-
Updated
Mar 2, 2018 - CSS
[半夜改bug] mongoose 的 createConnection 和 connect
代码出 bug 大半夜的被 mongoose 的连接函数搞惨
因为代码里 mongo 数据库的连接方式的代码被改成了 const db = mongoose.createConnection(mongo.url(), mongoOptions),所以在调用数据插入函数时 Promise 的 resolve 和 reject 都没有返回,也没有打印任何异常信息。
查了业务逻辑、本地 mongo 的读写都没问题,最后发现是 mongo 的连接文件 connect.js 被修改了。
因为用了 mongoose.createConnection 所以此时的 model 应该是 db.mongoose.model('Product')
而之前的是用默认的
Improve this page
Add a description, image, and links to the front-end topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the front-end topic, visit your repo's landing page and select "manage topics."



When a property is accessed on an object and if the property is not found on that object, the JavaScript engine should looks at the object's __proto__(different browser has their own implement) .Or, looks at the prototype of its constructor.