markliao

Results 30 issues of markliao

Everyday, how do you study the knowledges? and where do you get the study resources ?

Issue: in my .pch file `#import "" file not found` In `Podfile` `pod 'ReactiveObjC', '~> 2.1.0' `

`ReactiveObjC.framework specifies a simulator platform for the CFBundleSupportedPlatforms key` when export to `.ipa`, see the stackoverflow link:http://stackoverflow.com/questions/41099723/reactiveobjc-framework-specifies-a-simulator-platform-for-the-cfbundlesupportedp

in nodejs package.json, how to know the packages references ? is there any extensions to do it? ![image](https://user-images.githubusercontent.com/12727582/233521832-2ff6dcf3-cf7e-4625-8850-cff0243b9116.png)

I have a nextron with sequelize project, when I run `npm run dev`, it get cannot find module of sequelize config error. ``` A JavaScript error occurred in the main...

question

nextron don't recognize less file in node_modules ![66C74F76-3181-4493-9178-6F045B29BA3A](https://github.com/saltyshiomix/nextron/assets/12727582/cf171ce0-9a96-4a5e-ba97-cb20bd968995) ``` ../node_modules/.store/[email protected]/node_modules/antd/es/affix/style/index.less Module parse failed: Unexpected character '@' (1:0) index.js?e493:594 Uncaught ModuleParseError: Module parse failed: Unexpected character '@' (1:0) You may need...

question

## Summary I created a [project](https://github.com/liaodalin19903/electron-react-boilerplate-bug-01) based on electron-react-boilerplate, there is an issue, when I change the code under main directory, the Electron app will restart immediately. ![image](https://github.com/electron-react-boilerplate/electron-react-boilerplate/assets/12727582/774f5b1f-0fb9-4ca9-9fdf-39000757caba) if it...

question

Hello, I have several questions about ts-morph: 1.what's the respective responsibilities of `packages/bootstrap` and `packages/ts-morph`? 2.my understanding of the four packages: is my understanding correct? ![image](https://github.com/dsherret/ts-morph/assets/12727582/d3f6dc67-6aaf-405c-ac69-dcc97b8c1c0b)

Hi, is there any library for AST operation based on ts-morph? we know ts-morph is a very remarkable open source library for `TypeScript Compiler API wrapper for static analysis` ,...

Hello, I use the default method to get the addresses of my PC: ``` address((err: any, addrs: { ip: any; ipv6: any; mac: any; }) => { console.log(addrs.ip, addrs.ipv6, addrs.mac);...