JackySee

Results 12 issues of JackySee

Currently brid.gy will read both the front page's `h-entry` and `` and only read the first 10 permalink for discovery. Apart from the hard limit (#771), I would like to...

Say there is a component called `dateInput` ``` export default { data(){ return { show : false }; } }; ``` The `DatePicker` itself is attached to root element ```...

bug

Try to do a manual ping, where the source page is as simple as ``` Link to article ``` The ping return success json: ``` {"link":"\/comment-page-72\/#comment-202993" ,"source":"http:\/\/link-to-source" ,"target":"https:\/\/link-to-target-article" ,"code":"success" ,"message":"Webmention...

**Describe the bug** Storybook cannot load in IE11 with window.history.state as 'unspecified error' **To Reproduce** https://github.com/jackysee/storybook-ie-unspecified-error **System** ``` Environment Info: System: OS: Linux 5.4 Manjaro Linux CPU: (2) x64 Intel(R)...

bug
needs triage

### Describe the bug When loading a story, it will try to look for a tailwind dependencies while the project does not use tailwind at all. ### Reproduction Link to...

to triage

I got 'unable to execute HTTP request' exception when trying to use the Model fetch ``` play.exceptions.JavaExecutionException: Unable to execute HTTP request: Connection to https://sdb.amazonaws.com refused at play.mvc.ActionInvoker.invoke(ActionInvoker.java:231) at Invocation.HTTP...

Currently I have some test specs already in-place and would like to use `testr`. The spec itself use `require.js` to load the target module for testing. I'm not sure how...

I think a custom name would be useful to manage js output location. e.g. In a main.html ``` #{greenscript.js 'jquery < base', name:'head' /} #{doLayout /} #{greenscript.js name:'bottom' /} ```...

e.g. http://demo.patternlab.io/patterns/02-organisms-lists-media-list/02-organisms-lists-media-list.html?1487814760100 It has error in console ``` Uncaught TypeError: Cannot read property 'addEventListener' of null at nav.js:6 ``` Actually I'm studying on how to insert pattern-specific script, any way...

Testing by a post here : https://jacky.seezone.net/2018/08/14/12544/ From the wordpress webmention plugin, I found it return bad request like the CURL below. ``` C:\>curl "https://webmention.rocks/test/1/webmention?head=true" -XPOST -d "source=https://jacky.seezone.net/2018/08/14/12544/" -d "target=https://webmention.rocks/test/1"...